UNPKG

@medusajs/utils

Version:

Medusa utilities functions shared by Medusa core and Modules

6 lines 252 B
/** * Normalize the import path based on the project running on ts-node or not. * @param path */ export declare function normalizeImportPathWithSource(path: string | undefined): string; //# sourceMappingURL=normalize-import-path-with-source.d.ts.map