Skip to content
On this page

wm-kit / Exports / is

Function: is

is(val, type): boolean

判断类型方法

Parameters

NameTypeDescription
valunknown需要判断的值
typestring判断类型

Returns

boolean

Author

高强

Defined in

src/modules/check/is.ts:9

Released under the MIT License.