Blame view

node_modules/es6-map/lib/iterator-kinds.js 103 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  'use strict';
  
  module.exports = require('es5-ext/object/primitive-set')('key',
  	'value', 'key+value');