UNPKG

zeebe-node

Version:

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

6 lines (5 loc) 225 B
export declare const ZBJsonLogger: { error: (message?: any, ...optionalParams: any[]) => void; info: (message?: any, ...optionalParams: any[]) => void; debug: (message?: any, ...optionalParams: any[]) => void; };