File system
Preparing search index...
updateJsonFile
Function updateJsonFile
updateJsonFile
<
T
>
(
filePath
:
string
,
updateJson
:
UpdateJsonFileHandler
<
T
>
,
)
:
Promise
<
void
>
Update json file content
Type Parameters
T
Parameters
filePath
:
string
file path
updateJson
:
UpdateJsonFileHandler
<
T
>
function to update and return the new json content
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
File system
Loading...
Update json file content