( // deno-lint-ignore no-unused-vars expectTrue: T, )
| 39 | * @param expectTrue True if the passed in type argument resolved to true. |
| 40 | */ |
| 41 | export function assertType<T extends boolean>( |
| 42 | // deno-lint-ignore no-unused-vars |
| 43 | expectTrue: T, |
| 44 | ) {} |
| 45 | |
| 46 | /** |
| 47 | * Asserts at compile time that the provided type argument's type resolves to true. |
no outgoing calls
no test coverage detected