0.2.0 • Published 4 years ago

@ungap/own-keys v0.2.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

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.