- Preparing search index...
- The search index is not available
@tucmc/hazel
Methods
Static readFile
- readFile<T>(path: string): null | {
content: T;
exported: number;
}
-
Type Parameters
-
T extends {
[key: string]: any;
}
Returns null | {
content: T;
exported: number;
}
Static writeFile
- writeFile(c: {
[key: string]: any;
}, dest: string): void
-
Parameters
-
c: {
[key: string]: any;
}
-
dest: string
Returns void
The Files() static class provides basic file operations.