node-opcua-binary-stream
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.12
/** | ||
* @module node-opcua-binary-stream | ||
*/ | ||
import { BinaryStream } from "./binaryStream"; | ||
import { BinaryStreamSizeCalculator } from "./binaryStreamSizeCalculator"; | ||
export declare type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator; | ||
export * from "./binaryStream"; | ||
export * from "./binaryStreamSizeCalculator"; |
@@ -6,7 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-binary-stream | ||
*/ | ||
__export(require("./binaryStream")); | ||
__export(require("./binaryStreamSizeCalculator")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "node-opcua-binary-stream", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.12", | ||
"description": "pure nodejs OPCUA SDK - module -binary-stream", | ||
@@ -39,3 +39,3 @@ "main": "./dist/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a4fd47cebc405a37470fa015e98148ec212a8c29" | ||
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac" | ||
} |
/** | ||
* @module node-opcua-binary-stream | ||
*/ | ||
import { BinaryStream } from "./binaryStream"; | ||
import { BinaryStreamSizeCalculator } from "./binaryStreamSizeCalculator"; | ||
export type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator; | ||
export * from "./binaryStream"; | ||
export * from "./binaryStreamSizeCalculator"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53532
1170