Library API
    Preparing search index...

    Type Alias JSONCReviver

    JSONCReviver: (this: any, key: string, value: any) => any
    🔍 Expanded Type Evaluation (Compiler API)
    type JSONCReviver = (this: any, key: string, value: any) => any

    Type for a JSONC reviver function that transforms parsed values.

    Type Declaration

      • (this: any, key: string, value: any): any
      • Parameters

        • this: any
        • key: string
        • value: any

        Returns any