UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

14 lines (11 loc) 314 B
import { _randomInteger } from './_randomInteger.mjs'; const _randomFormatTime = () => new Date(_randomInteger({ type: "integer", minimum: 0, maximum: DAY, })) .toISOString() .substring(11); const DAY = 86_400_000; export { _randomFormatTime }; //# sourceMappingURL=_randomFormatTime.mjs.map