mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-30 23:17:48 +00:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
var getNative = require('./_getNative');
|
|
|
|
/* Built-in method references that are verified to be native. */
|
|
var WeakMap = getNative(global, 'WeakMap');
|
|
|
|
module.exports = WeakMap;
|