We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@zenstone/ts-utils / guards / TypeGuard
TypeGuard<T> = (val) => val is T
T
val
val is T
Defined in: src/guards/index.ts:439
类型守卫函数类型
T = unknown
unknown
There was an error while loading. Please reload this page.