Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 334 Bytes

paratype.nulltype.md

File metadata and controls

13 lines (8 loc) · 334 Bytes

Home > paratype > nullType

nullType variable

Represents a type that only matches null values

Signature:

nullType: import("./type").Type<null>