Function isObject

  • Returns true for real objects: object literals ({}) or class instances (new MyClass).

    Parameters

    • obj: any

    Returns obj is {
        [key: string]: any;
    }

Generated using TypeDoc