termlog/index.d.ts
2021-08-24 13:36:58 +07:00

3 lines
77 B
TypeScript

export default tconsole;
declare function tconsole(options: any = {}): void;