UNPKG

memserver

Version:

in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping

4 lines (3 loc) 260 B
export declare function generateUUID(): string; export declare function primaryKeyTypeSafetyCheck(targetPrimaryKeyType: any, primaryKey: any, modelName: any): any; export declare function insertFixturesWithTypechecks(modelDefinition: any, fixtures: any): any;