UNPKG

@stdlib/utils-property-names

Version:

Return an array of an object's own enumerable and non-enumerable property names.

3 lines 134 B
/// <reference path="../docs/types/index.d.ts" /> import getOwnPropertyNames from '../docs/types/index'; export = getOwnPropertyNames;