DEP0057: util.isSymbol()


类型:寿命终止

🌐 Type: End-of-Life

util.isSymbol() API 已被移除。请改用 typeof arg === 'symbol'

🌐 The util.isSymbol() API has been removed. Please use typeof arg === 'symbol' instead.

提供了自动迁移(来源):

🌐 An automated migration is available (source):

npx codemod@latest @nodejs/util-is