@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable object_keysConst

    object_keys: { (o: object): string[]; (o: {}): string[] } = ...

    alias for Object.keys.

    Type declaration

      • (o: object): string[]
      • Returns the names of the enumerable string properties and methods of an object.

        Parameters

        • o: object

          Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.

        Returns string[]

      • (o: {}): string[]
      • Returns the names of the enumerable string properties and methods of an object.

        Parameters

        • o: {}

          Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.

        Returns string[]