UNPKG

eta

Version:

Lightweight, fast, and powerful embedded JS template engine

10 lines 307 B
import type { EtaConfig } from './config'; interface GenericData { [index: string]: any; } /** * Called with `includeFile(path, data)` */ export declare function includeFileHelper(this: EtaConfig, path: string, data: GenericData): string; export {}; //# sourceMappingURL=file-helpers.d.ts.map