UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

11 lines (8 loc) 253 B
import { _randomString } from './_randomString.mjs'; const _randomFormatPassword = () => _randomString({ type: "string", minLength: 4, maxLength: 16, }); export { _randomFormatPassword }; //# sourceMappingURL=_randomFormatPassword.mjs.map