UNPKG

reblessed

Version:

A high-level terminal interface library for node.js.

7 lines 226 B
/** * sprintf * http://www.cplusplus.com/reference/cstdio/printf/ */ export function sprintf(src: any, ...args: any[]): any; export function tryRead(file: any, ...args: any[]): any; //# sourceMappingURL=tput.d.ts.map