0.0.2 • Published 2 years ago

@1n/fs-read v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.1

2 years ago