Skip to content
AnyText
Search
Meta
K
Main Navigation
入门
开发
API
资源
更多
常见问题
关于
Discord
Appearance
Discord
Menu
Return to top
目录
Table of Contents for current page
useIs
#
判断是否为某个类型。
参数
#
ts
function
useIs
(
val
:
unknown
,
type
:
string
):
boolean