eta
Version:
Lightweight, fast, and powerful embedded JS template engine
10 lines • 307 B
TypeScript
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