UNPKG

node-opcua-basic-types

Version:

pure nodejs OPCUA SDK - module basic-types

13 lines (11 loc) 262 B
/*** * @module node-opcua-basic-types */ /** * return a random integer value in the range of min inclusive and max exclusive * @param min * @param max * @return {*} * @private */ export declare function getRandomInt(min: number, max: number): number;