own-keys.js 130 B

12345
  1. require('../../modules/es.reflect.own-keys');
  2. var path = require('../../internals/path');
  3. module.exports = path.Reflect.ownKeys;