mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-05-21 02:09:43 +02:00
6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
'use strict';
|
|
require('../../modules/esnext.object.iterate-values');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Object.iterateValues;
|