DEP0057: util.isSymbol()


类型:运行时

🌐 Type: Runtime

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

🌐 The util.isSymbol() API is deprecated. Please use typeof arg === 'symbol' instead.