包详细信息

@ungap/own-keys

webreflection707ISC0.2.0

A basic Reflect.ownKeys polyfill

Reflect, ownKeys

自述文件

The Reflect.ownKeys method for legacy.

Build Status Coverage Status

It returns Reflect.ownKeys, eventually including symbols too, if the browser is compatible.

import ownKeys from '@ungap/own-keys';

ownKeys({a, 1}); // ['a']

Compatible with every engine.