Skip to content

Ts.SENTINEL

Ts / SENTINEL

Utilities for working with the SENTINEL type.

Import

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

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

// Access via namespace
Ts.SENTINEL.someFunction()