UNPKG

323 BTypeScriptView Raw
1export declare const touch: (file: string, raw: string) => Promise<{}>;
2export declare const read: (file: string) => Promise<string>;
3export declare const readIfExist: (file: string) => Promise<string | null>;
4export declare const compiled: (file: string, opts?: Record<string, any>) => Promise<(args: any) => string>;