UNPKG

type-enhancers

Version:
2 lines (1 loc) 63 B
export type NumberToString<Value extends number> = `${Value}`;