UNPKG

@camunda8/sdk

Version:

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

8 lines (7 loc) 249 B
export declare class Utils { /** * Throw an Error if the variable passed is not a number */ static validateNumber(variable: string | number, field: string): void; static deepClone(obj: any, hash?: WeakMap<object, any>): any; }