UNPKG

@flex-development/tutils

Version:
12 lines (9 loc) 188 B
/** * @file Type Definitions - Numeric * @module tutils/types/Numeric */ /** * A string that contains only numbers. */ type Numeric = `${number}` export { type Numeric as default }