Skip to content

Obj.PropertySignature

Obj / PropertySignature

Import

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

// Access via namespace
Obj.PropertySignature.someFunction()
typescript
import * as Obj from '@wollybeard/kit/obj'

// Access via namespace
Obj.PropertySignature.someFunction()