UNPKG

@cuppachino/type-space

Version:

A collection of type utilities for TypeScript.

5 lines (4 loc) 82 B
/** * A stringified number literal. */ export type NumberLiteral = `${number}`;