UNPKG

next

Version:

The React Framework

4 lines (3 loc) 125 B
type ApiType = 'time' | 'random' | 'crypto'; export declare function io(expression: string, type: ApiType): void; export {};