UNPKG

251 BTypeScriptView Raw
1/** Creates a function that gets the module name from a filename */
2export declare function createGetModuleFromFilename(basePath?: string, isWindows?: boolean): (filename: string | undefined) => string | undefined;
3//# sourceMappingURL=module.d.ts.map
\No newline at end of file