0.0.2 • Published 5 months ago

@1n/fs-read v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@1k/fs-read

fs-read module

Api

declare function readJson<T>(filePath: string): Promise<T | null>;
declare function readJSON<T>(filePath: string): Promise<T | null>;

declare function readJsonSync<T>(filePath: string): T | null;
declare function readJSONSync<T>(filePath: string): T | null;
0.0.2

5 months ago

0.0.1

5 months ago