mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
'use strict';
|
|
require('../../modules/es.object.keys');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Object.keys;
|