UNPKG

@camunda8/sdk

Version:

[![NPM](https://nodei.co/npm/@camunda8/sdk.png)](https://www.npmjs.com/package/@camunda8/sdk)

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; }