Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 364 Bytes

types.literalvalue.md

File metadata and controls

13 lines (8 loc) · 364 Bytes

Home > @skunkteam/types > LiteralValue

LiteralValue type

The supported types of literals.

Signature:

export declare type LiteralValue = string | number | boolean | null | undefined | void;