NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
Raw
History Blame Contribute Delete
125 Bytes
type ApiType = 'time' | 'random' | 'crypto';
export declare function io(expression: string, type: ApiType): void;
export {};