UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

9 lines 303 B
export declare class LineAwareWriter { private buffer; private activeTaskId; get currentProcessId(): string | null; write(data: Buffer | string, taskId: string): void; flush(): void; setActiveProcess(taskId: string | null): void; } //# sourceMappingURL=line-aware-writer.d.ts.map