eta
Version:
Lightweight, fast, and powerful embedded JS template engine
5 lines • 317 B
TypeScript
import type { Eta as EtaCore } from "./core.ts";
import type { Options } from "./config.ts";
export declare function readFile(this: EtaCore, path: string): string;
export declare function resolvePath(this: EtaCore, templatePath: string, options?: Partial<Options>): string;
//# sourceMappingURL=file-handling.d.ts.map