Repository URL to install this package:
|
Version:
1.0.2 ▾
|
/**
* @see http://stackabuse.com/read-files-with-node-js/
*/
export declare function read(dir: string): string;
export declare function tryJSON(json: string): any;
export declare function readJSON(dir: string): any;