10 lines
287 B
TypeScript
10 lines
287 B
TypeScript
/**
|
|
* Resolve an absolute path (extracted from a link)
|
|
*
|
|
* @param {Output} output
|
|
* @param {string} filePath
|
|
* @return {string}
|
|
*/
|
|
declare function resolveFileToURL(output: any, filePath: any): string;
|
|
export default resolveFileToURL;
|
|
//# sourceMappingURL=resolveFileToURL.d.ts.map
|