Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@aretecode/flipfile / dist / read.d.ts
Size: Mime:
/**
 * @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;