projecte_ionic/node_modules/core-js/modules/esnext.weak-map.of.js
2022-02-09 18:30:03 +01:00

9 lines
229 B
JavaScript
Executable file

var $ = require('../internals/export');
var of = require('../internals/collection-of');
// `WeakMap.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of
$({ target: 'WeakMap', stat: true }, {
of: of
});