Skip to content

Ts.Assert.not

Import

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

// Access via namespace
Ts.Assert.not
typescript
import { not } from '@wollybeard/kit/ts'

Namespaces

NamespaceDescription
equiv
exact
sub

Constants

[C] any

typescript
InputActualForUnaryRelatorNarrow<State.SetNegated<State.Empty>, 'any'>

[C] unknown

typescript
InputActualForUnaryRelatorNarrow<State.SetNegated<State.Empty>, 'unknown'>

[C] never

typescript
InputActualForUnaryRelatorNarrow<State.SetNegated<State.Empty>, 'never'>

[C] empty

typescript
InputActualForUnaryRelatorNarrow<State.SetNegated<State.Empty>, 'empty'>