UNPKG

@medusajs/utils

Version:

Medusa utilities functions shared by Medusa core and Modules

6 lines 172 B
/** * Load all the models from the given path * @param basePath */ export declare function loadModels(basePath: string): any[]; //# sourceMappingURL=load-models.d.ts.map