UNPKG

jsshort

Version:

It will make your codes much short and easiar

8 lines 303 B
export declare let end: string; export declare const input: (question?: string) => Promise<unknown>; export declare const print: (...args: any[]) => void; export declare const log: { (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }; //# sourceMappingURL=iofile.d.ts.map