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