drizzle-kit 0.20.5-1f065b5 → 0.20.5-440d034

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +0,0 @@
1
- import "./@types/utils";
2
- import type { ConfigIntrospectCasing } from "./cli/commands/utils";
3
- import type { SQLiteSchema } from "./serializer/sqliteSchema";
4
- export declare const indexName: (tableName: string, columns: string[]) => string;
5
- export declare const schemaToTypeScript: (schema: SQLiteSchema, casing: ConfigIntrospectCasing["casing"]) => string;