DEP0057:util.isSymbol()
类型:运行时
¥Type: Runtime
util.isSymbol()
API 已弃用。请改用 typeof arg === 'symbol'
。
¥The util.isSymbol()
API is deprecated. Please use
typeof arg === 'symbol'
instead.
类型:运行时
¥Type: Runtime
util.isSymbol()
API 已弃用。请改用 typeof arg === 'symbol'
。
¥The util.isSymbol()
API is deprecated. Please use
typeof arg === 'symbol'
instead.