Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/fs
writeJson
Function writeJson
writeJson
(
path
:
PathLike
,
value
:
unknown
,
replacer
?:
(
string
|
number
)
[]
|
null
|
undefined
,
space
?:
string
|
number
|
undefined
,
nl
?:
boolean
,
)
:
Promise
<
void
>
Parameters
path
:
PathLike
value
:
unknown
replacer
: (
string
|
number
)
[]
|
null
|
undefined
= null
space
:
string
|
number
|
undefined
= 2
nl
:
boolean
= true
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...