forked from enviPath/enviPy
Current Dev State
This commit is contained in:
12
static/js/ketcher2/node_modules/babel-plugin-lodash/lib/Map.js
generated
vendored
Normal file
12
static/js/ketcher2/node_modules/babel-plugin-lodash/lib/Map.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = MapCtor;
|
||||
function MapCtor(entries) {
|
||||
return Object.setPrototypeOf(new Map(entries), Object.getPrototypeOf(this));
|
||||
};
|
||||
|
||||
MapCtor.prototype = Map.prototype;
|
||||
module.exports = exports["default"];
|
||||
Reference in New Issue
Block a user