Skip to content

@vtj


@vtj / node / readJsonSync

Variable: readJsonSync()

const readJsonSync: (file, options?) => any = fs.readJsonSync

Defined in: packages/node/src/fs.ts:30

Parameters

file

Path

options?

JFReadOptions

Returns

any

See

https://github.com/jprichardson/node-jsonfile#readfilesyncfilename-options

Released under the MIT License.