Files
agent-skills/wechat-article-extractor-skill/node_modules/lodash/_Set.js
Hermes Agent ccc63d1e70 first commit
2026-05-10 13:52:46 +08:00

8 lines
195 B
JavaScript

var getNative = require('./_getNative'),
root = require('./_root');
/* Built-in method references that are verified to be native. */
var Set = getNative(root, 'Set');
module.exports = Set;