hrms-manual/node_modules/core-js/es/array/from.js

7 lines
178 B
JavaScript
Raw Normal View History

2023-09-06 14:51:44 +07:00
'use strict';
require('../../modules/es.string.iterator');
require('../../modules/es.array.from');
var path = require('../../internals/path');
module.exports = path.Array.from;