fix
This commit is contained in:
10
book/node_modules/honkit/lib/output/helper/resolveFileToURL.d.ts
generated
vendored
Normal file
10
book/node_modules/honkit/lib/output/helper/resolveFileToURL.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 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
|
Reference in New Issue
Block a user