js-awe
Version:
Awesome js utils including - plan: An Asynchronous control flow with a functional taste - Chrono: record and visualize timelines in the console
6 lines • 355 B
TypeScript
export function center(text: any, size: any): any;
export function left(text: any, size: any): any;
export function right(text: any, size: any): any;
export function putCenteredValueAtPosIfFit(line: any, value: any, pos: any, margins: any): any;
export function putValueAtPos(line: any, value: any, pos: any): any;
//# sourceMappingURL=tableUtils.d.ts.map