UNPKG

@gent-js/gent

Version:

template-based data generator.

8 lines (7 loc) 205 B
import type { ProgrammableCommand } from "../../type.js"; /** * options * * length * * casing: 'upper' | 'lower' | 'mixed' (default: 'mixed') */ export declare const alphanumeric: ProgrammableCommand;