UNPKG

@techor/fs

Version:

A human-friendly file system

3 lines (2 loc) 121 B
import { Options } from './options'; export default function readJSONFileSync(filepath: string, options?: Options): any;