UNPKG

zeebe-node

Version:

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

7 lines (6 loc) 183 B
export declare class Utils { /** * Throw an Error if the variable passed is not a number */ static validateNumber(variable: string | number, field: string): void; }