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