mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-04 08:04:48 +08:00
8 lines
205 B
JavaScript
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;
|