6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
|
'use strict';
|
||
|
require('../../modules/esnext.object.iterate-keys');
|
||
|
var path = require('../../internals/path');
|
||
|
|
||
|
module.exports = path.Object.iterateKeys;
|