UNPKG

zeebe-node

Version:

The Node.js client library for the Zeebe Workflow Automation Engine.

8 lines (7 loc) 253 B
import { ZBCustomLogger } from './interfaces-published-contract'; export declare class MockStdOut implements ZBCustomLogger { messages: string[]; info(message: string): void; error(message: string): void; debug(message: string): void; }