Function typeOf

  • An extension of the native javascript typeof test that differentiates between null and arrays as thier own type.

    Parameters

    • arg: any

      value

    Returns TypeOf

    string representation of the type of value

Generated using TypeDoc