![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 2 years ago | - | |
![]() | LICENSE | 9 years ago | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 9 years ago | 315 | f12eb36 documentaiton updates [كارل مبارك] |
![]() | index.js | 9 years ago | 384 | |
![]() | package.json | 2 years ago | 1.4K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
Polyfill for ES6's Reflect.ownKeys
npm install reflect.ownkeys
var ownKeys = require('reflect.ownkeys');
ownKeys({a: 1, b: 2});
// => [ "a", "b" ]