5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
/**
|
|
* # Create database from Schema Function
|
|
*/
|
|
export default function noDatabaseDbHandler(queryString: string): Promise<any>;
|