UNPKG

@flex-development/tutils

Version:
14 lines (11 loc) 275 B
/** * @file Type Definitions - ContinuousValue * @module tutils/types/ContinuousValue */ /** * [Continuous][1] data types. * * [1]: https://mathsisfun.com/definitions/continuous-data */ type ContinuousValue = Date | number export { type ContinuousValue as default }