DIR: /proc/1991111/cwd/usr/share/node_modules/core-js-pure/modules/ |
Current File : //proc/1991111/cwd/usr/share/node_modules/core-js-pure/modules/esnext.map.delete-all.js |
'use strict'; var $ = require('../internals/export'); var deleteAll = require('../internals/collection-delete-all'); // `Map.prototype.deleteAll` method // https://github.com/tc39/proposal-collection-methods $({ target: 'Map', proto: true, real: true, forced: true }, { deleteAll: deleteAll }); |