forked from enviPath/enviPy
Current Dev State
This commit is contained in:
6
static/js/ketcher2/node_modules/es6-weak-map/test/index.js
generated
vendored
Normal file
6
static/js/ketcher2/node_modules/es6-weak-map/test/index.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (T, a) {
|
||||
var x = {};
|
||||
a((new T([[x, 'foo']])).get(x), 'foo');
|
||||
};
|
||||
Reference in New Issue
Block a user