/ archiveofbelonging.org / back / node_modules / reflect.ownkeys /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2 years ago -  
[   ]LICENSE9 years ago1.1K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[TXT]README.md9 years ago315 f12eb36 documentaiton updates [كارل مبارك]
[   ]index.js9 years ago384  
[   ]package.json2 years ago1.4K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
README.md

Reflect.ownKeys

Polyfill for ES6's Reflect.ownKeys

Installing

npm install reflect.ownkeys

Example

var ownKeys = require('reflect.ownkeys');
ownKeys({a: 1, b: 2});
// => [ "a", "b" ]
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80