Skip to content

JSONC

Helper functions for working with JSONC.

function getJSONC(filePath): Promise<unknown>;

Defined in: functions/jsonc.ts:17

Helper function to parse a file as JSONC.

Parameter Type
filePath string

Promise<unknown>

If the file could not be parsed.