UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

7 lines (6 loc) 129 B
declare global { interface Crypto { randomUUID?: () => string; } } export declare function randomUuid(): string;