node-opcua-basic-types
Version:
pure nodejs OPCUA SDK - module basic-types
20 lines (18 loc) • 475 B
text/typescript
/***
* @module node-opcua-basic-types
*/
export * from "./array";
export * from "./attributeIds";
export * from "./boolean";
export * from "./byte_string";
export * from "./data_type";
export * from "./date_time";
export * from "./floats";
export * from "./guid";
export * from "./integers";
export * from "./locale_id";
export * from "./node_id";
export * from "./round_to_float";
export * from "./status_code";
export * from "./string";
export type ByteString = Buffer;