knex-automigrate
Version:
Table schema based database migration tool, built on top of the knex.js
5 lines • 329 B
TypeScript
export declare function innerBrackets(e: string): string | null;
export declare function multipleColumns(e: string | null | undefined): string[] | null;
export declare function firstQuoteValue(e: string): string | null;
export declare function isArrayEqual(a: string[], b: string[]): boolean;
//# sourceMappingURL=helper.d.ts.map