UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (7 loc) 182 B
import { _randomString } from "./_randomString"; export const _randomFormatPassword = (): string => _randomString({ type: "string", minLength: 4, maxLength: 16, });