Preparing search index...
The search index is not available
@sosimple/fsx-file
@sosimple/fsx-file
WriteJsonOptions
Interface WriteJsonOptions
File write options.
interface
WriteJsonOptions
{
encoding
?:
Encoding
;
flag
?:
WriteFlag
;
mode
?:
number
;
replacer
?:
(
(
key
:
string
,
value
:
any
)
=>
any
)
;
space
?:
string
|
number
;
}
Hierarchy (
view full
)
WriteOptions
WriteJsonOptions
Index
Properties
encoding?
flag?
mode?
replacer?
space?
Properties
Optional
Readonly
encoding
encoding
?:
Encoding
Optional
Readonly
flag
flag
?:
WriteFlag
Optional
Readonly
mode
mode
?:
number
Optional
Readonly
replacer
replacer
?:
(
(
key
:
string
,
value
:
any
)
=>
any
)
Optional
Readonly
space
space
?:
string
|
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
encoding
flag
mode
replacer
space
@sosimple/fsx-file
Loading...
File write options.