osumodcalculator
    Preparing search index...

    Type Alias Dict

    Dict: { [key: string]: any }

    dictionary type

    example usage:

    const test:Dict = {
    one: 'string'
    two: NaN
    }

    const second_test:Dict = {}

    Type declaration

    • [key: string]: any