@jswalden/streaming-json
    Preparing search index...

    Type Alias Reviver<T>

    Reviver: (this: object, prop: string, val: any) => T

    The type of the optional reviver function that can be passed to StreamingJSONParser.finish.

    Type Parameters

    • T

    Type declaration

      • (this: object, prop: string, val: any): T
      • Parameters

        • this: object
        • prop: string
        • val: any

        Returns T