mini-effect
    Preparing search index...

    Interface ParseJsonConfigBeta

    Parse JSON config interface.

    interface ParseJsonConfig {
        reviver?: (this: any, key: string, value: any) => any;
    }
    Index

    Properties

    Properties

    reviver?: (this: any, key: string, value: any) => any

    The JSON reviver function.