/opt/canhelp/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib
NameSizeModeActions
file-protocol.d.ts2700644editdlrm
file-protocol.js27220644editdlrm
file-protocol.js.map31250644editdlrm
join-function.d.ts5750644editdlrm
join-function.js79220644editdlrm
join-function.js.map114720644editdlrm
postcss.d.ts1020644editdlrm
postcss.js42670644editdlrm
postcss.js.map58300644editdlrm
value-processor.d.ts2870644editdlrm
value-processor.js51490644editdlrm
value-processor.js.map73130644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.d.ts (575B)
/** * The default join function iterates over possible base paths until a suitable join is found. * * The first base path is used as fallback for the case where none of the base paths can locate the actual file. * * @type {function} */ export declare const defaultJoin: ((filename: string, options: { debug?: any | boolean; root: string; }) => ( /** A uri path, relative or absolute */ uri: string, /** Optional absolute base path or iterator thereof */ baseOrIteratorOrAbsent: any) => any) & ("" | { valueOf: () => string; toString: () => string; });