Hierarchy

  • Test

Constructors

Methods

  • Test if the value is an array

    Deprecated

    Use isArray

    Parameters

    • value: any

    Returns value is any[]

  • Deprecated

    Use isNumber

    Parameters

    • value: any

    Returns value is number

  • Deprecated

    Use isPromise

    Parameters

    • value: any

    Returns value is Promise<any>

  • Test if it is an regular object (eg. all keys are strings).

    Deprecated

    Use isRegularObject

    Parameters

    • value: any

    Returns value is {
        [name: string]: any;
    }

  • Deprecated

    Use isString

    Parameters

    • value: any

    Returns value is string

Generated using TypeDoc