@1n/fs-read
v0.0.2
Published
> fs-read module
Downloads
12
Readme
@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;