UNPKG

@tucmc/hazel

Version:
13 lines (12 loc) 283 B
export declare class Files { private static debug; static writeFile(c: { [key: string]: any; }, dest: string): void; static readFile<T extends { [key: string]: any; }>(path: string): { exported: number; content: T; } | null; }