JSONCReviver: (this: any, key: string, value: any) => any
🔍 Expanded Type Evaluation (Compiler API)
type JSONCReviver = (this: any, key: string, value: any) => any
Type Declaration
-
- (this: any, key: string, value: any): any
-
Parameters
- this: any
- key: string
- value: any
Returns any
Type for a JSONC reviver function that transforms parsed values.