dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
塔管理增加模型字段
‘liusuyi’
2023-09-04
678fb878eec1c670a685fe84d8b36f77315069b3
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
core-js
/
modules
/
esnext.map.emplace.js
1
2
3
4
5
6
7
8
9
'use strict';
var $ = require('../internals/export');
var emplace = require('../internals/map-emplace');
// `Map.prototype.emplace` method
// https://github.com/thumbsupep/proposal-upsert
$({ target: 'Map', proto: true, real: true, forced: true }, {
emplace: emplace
});