UNPKG

@node-lightning/logger

Version:
8 lines (7 loc) 220 B
import { ITransport } from "../transport"; export declare class FileTransport implements ITransport { filePath: string; fileDescriptor: number; constructor(filepath: string); write(line: string): void; }