Skip to content

@vtj


@vtj / node / writeJsonSync

Variable: writeJsonSync()

const writeJsonSync: (file, obj, options?) => void = fs.writeJsonSync

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

Parameters

file

Path

obj

any

options?

JFWriteOptions

Returns

void

See

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

Released under the MIT License.