Skip to content

Ts.Assert.not

Ts.Assert / not

Value-level negation - mirrors type-level structure.

Import

typescript
import { Ts } from '@wollybeard/kit'

// Access via namespace
Ts.Assert.not.someFunction()
typescript
import * as Ts from '@wollybeard/kit/ts'

// Access via namespace
Ts.Assert.not.someFunction()