smartlog-destination-local/dist/beautylog.classes.d.ts
2016-05-14 01:18:44 +02:00

5 lines
255 B
TypeScript

import { Table } from "./beautylog.classes.table";
import { Ora } from "./beautylog.classes.ora";
export declare let table: (tableTypeArg: string, tableHeadArrayArg?: string[]) => Table;
export declare let ora: (textArg: string, colorArg: string) => Ora;