UNPKG

@thatcompany/ts-tool

Version:

基于TypeScript编写的工具库

4 lines (3 loc) 64 B
export interface ILogTransport { exec(logObj: any): void; }