UNPKG

@node-lightning/logger

Version:
4 lines (3 loc) 63 B
export interface ITransport { write(line: string): void; }