Skip to main content

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