UNPKG

@palmares/databases

Version:

Add support for working with databases with palmares framework

8 lines 582 B
import type { CustomImportsForFieldType } from '../models/fields/types'; export { PACKAGE_NAME } from './constants'; export { hashString } from './hash'; export { extractDefaultEventsHandlerFromModel } from './models'; /** Retrieves the unique custom imports of the field or the model to generate the migrations to. */ export declare function getUniqueCustomImports(customImports: CustomImportsForFieldType[], customImportsToAppendDataTo?: CustomImportsForFieldType[]): CustomImportsForFieldType[]; export declare function generateUUID(): string; //# sourceMappingURL=index.d.ts.map