Files
2026-03-26 01:23:19 +08:00

8 lines
205 B
JavaScript
Executable File

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;