UNPKG

react-sounds

Version:

A library of ready-to-play sound effects for React applications.

6 lines (5 loc) 168 B
/** * Returns an RFC 4122–compliant UUID v4 * Works in every modern browser and in legacy environments without crypto */ export declare function uuidv4(): string;