File system
Preparing search index...
writeJsonFileExclusive
Function writeJsonFileExclusive
writeJsonFileExclusive
<
T
>
(
filePath
:
string
,
content
:
T
)
:
Promise
<
void
>
Create and write json file if it does not exist
Type Parameters
T
Parameters
filePath
:
string
file pathF
content
:
T
file content
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
File system
Loading...
Create and write json file if it does not exist