UNPKG

typia

Version:

Superfast runtime validators with only one line

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