DEP0103: process.binding('util').is[...] 类型检查
类型: 仅文档(支持 --pending-deprecation
)
一般应避免使用 process.binding()
。
特别是类型检查方法可以使用 util.types
代替。
此弃用已被 process.binding()
API (DEP0111) 的弃用所取代。
Type: Documentation-only (supports --pending-deprecation
)
Using process.binding()
in general should be avoided. The type checking
methods in particular can be replaced by using util.types
.
This deprecation has been superseded by the deprecation of the
process.binding()
API (DEP0111).