Files
accounting/client/node_modules/lodash-es/_Map.js
2026-03-26 01:23:19 +08:00

8 lines
193 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 Map = getNative(root, 'Map');
export default Map;