UNPKG

@flex-development/tutils

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