DEP0045:util.isBoolean()


类型:生命结束

¥Type: End-of-Life

util.isBoolean() API 已被删除。请改用 typeof arg === 'boolean'

¥The util.isBoolean() API has been removed. Please use typeof arg === 'boolean' instead.

可自动迁移 (source):

¥An automated migration is available (source):

npx codemod@latest @nodejs/util-is