Sha256: 317b5dc92e1168c0a107df08389dc322974c683751a5231076d1803b15f1580a
Contents?: true
Size: 383 Bytes
Versions: 28
Compression:
Stored size: 383 Bytes
Contents
'use strict'; require('../../modules/es.map'); require('../../modules/es.string.iterator'); require('../../modules/esnext.map.of'); require('../../modules/web.dom-collections.iterator'); var path = require('../../internals/path'); var Map = path.Map; var mapOf = Map.of; module.exports = function of() { return mapOf.apply(typeof this === 'function' ? this : Map, arguments); };
Version data entries
28 entries across 27 versions & 9 rubygems