Preparing search index...
The search index is not available
@devops-web/utils - v1.0.9
@devops-web/utils
isBoolean
Function isBoolean
is
Boolean
(
obj
)
:
obj
is
boolean
判断给定的对象是否为布尔类型
Parameters
obj
:
unknown
要判断的对象
Returns
obj
is
boolean
如果是布尔类型,则返回true;否则返回false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@devops-web/utils - v1.0.9
Loading...
判断给定的对象是否为布尔类型