UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

10 lines 287 B
/** * 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