UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

12 lines (9 loc) 323 B
import { _randomInteger } from './_randomInteger.mjs'; const _randomFormatIpv6 = () => new Array(8).fill(0).map(random).join(":"); const random = () => _randomInteger({ type: "integer", minimum: 0, maximum: 65_535, }).toString(16); export { _randomFormatIpv6 }; //# sourceMappingURL=_randomFormatIpv6.mjs.map