UNPKG

@randsum/dice

Version:

A flexible, type-safe dice roller

4 lines (3 loc) 95 B
export function generateKey(): string { return Math.random().toString(36).substring(2, 15) }