UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

2 lines (1 loc) 72 B
export type AssertionGuard<T> = (input: unknown) => asserts input is T;