UNPKG

typia

Version:

Superfast runtime validators with only one line

10 lines (7 loc) 233 B
import { _randomString } from './_randomString.mjs'; const _randomFormatPassword = () => _randomString({ minLength: 4, maxLength: 16, }); export { _randomFormatPassword }; //# sourceMappingURL=_randomFormatPassword.mjs.map