Function: exportToJSON()
exportToJSON(
data
,filePath
):void
Defined in: utils.ts:8
Exports the provided data as a JSON file.
Parameters
data
any
The data to export.
filePath
string
The output file path.
Returns
void
exportToJSON(
data
,filePath
):void
Defined in: utils.ts:8
Exports the provided data as a JSON file.
any
The data to export.
string
The output file path.
void