ohctechv3/.svn/pristine/f3/f384e74a27955f5ab92345281a5fcb7d95111b58.svn-base

8 lines
207 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
var getNative = require('./_getNative'),
root = require('./_root');
/* Built-in method references that are verified to be native. */
var WeakMap = getNative(root, 'WeakMap');
module.exports = WeakMap;