• Generates random serial for Rhode Island

    Serial formats:

    • Numeric: 12345
    • Alpha-numeric: AB-12, AB-123
    import { rhodeIsland } from 'license-plate-serial-generator'

    // Numeric
    rhodeIsland() // '56245'

    // Alpha-numeric
    rhodeIsland() // 'UX-561'

    Returns string

Generated using TypeDoc