PBKware JS Utils - v0.8.2
    Preparing search index...

    Type Alias ForEachCallback

    ForEachCallback: (
        this: void,
        name: string,
        value: JsonValue,
        idx: Integer,
    ) => void

    Type declaration