Files
yu-zhi-ran/platform/frontend-vue/node_modules/lodash-es/_WeakMap.js
T
2026-05-01 06:48:21 +08:00

8 lines
205 B
JavaScript

import getNative from './_getNative.js';
import root from './_root.js';
/* Built-in method references that are verified to be native. */
var WeakMap = getNative(root, 'WeakMap');
export default WeakMap;