UNPKG

node-opcua-variant

Version:

pure nodejs OPCUA SDK - module -variant

14 lines (13 loc) 256 B
/** * @module node-opcua-variant */ import { Enum } from "node-opcua-enum"; export declare enum VariantArrayType { Scalar = 0, Array = 1, Matrix = 2 } /*** * @private */ export declare const _enumerationVariantArrayType: Enum;