UNPKG

@medusajs/utils

Version:

Medusa utilities functions shared by Medusa core and Modules

6 lines 230 B
/** * return the file path of the caller of the function calling this function * @param position */ export declare function getCallerFilePath(position?: number): string | null; //# sourceMappingURL=get-caller-file-path.d.ts.map