UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

8 lines (5 loc) 306 B
import { _randomString } from './_randomString.mjs'; const _randomFormatHostname = () => `${random(10)}.${random(3)}`; const random = (length) => _randomString({ type: "string", minLength: length, maxLength: length }); export { _randomFormatHostname }; //# sourceMappingURL=_randomFormatHostname.mjs.map