UNPKG

seedgoose

Version:

Mongoose data seeding with smart id references tracking.

5 lines (4 loc) 286 B
/// <reference types="mongoose" /> export declare const idMapSetMongoose: (mongoose: typeof import("mongoose")) => void; export declare const idMapSetMappingTable: (table: string) => void; export declare const getUniqId: (collectionName: string, readableId: string) => Promise<string>;