2025-05-12 05:38:44 +09:00

14 lines
430 B
TypeScript

import nunjucks from "nunjucks";
/**
* Template loader resolving both:
* - relative url ("./test.md")
* - absolute url ("/test.md")
* - git url ("")
*
* @param {string} rootFolder
* @param {Function(filePath, source)} transformFn (optional)
* @param {Logger} logger (optional)
*/
declare const ConrefsLoader: typeof nunjucks.Loader;
export default ConrefsLoader;
//# sourceMappingURL=conrefsLoader.d.ts.map