binary-data-types
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -26,2 +26,8 @@ /* | ||
/** | ||
* @fileoverview Binary data types definitions. | ||
* | ||
* @see https://github.com/rochars/binary-data-types | ||
*/ | ||
/** | ||
* Binary data types. | ||
@@ -31,3 +37,3 @@ * @type {!Object} | ||
*/ | ||
const types = { | ||
export default { | ||
/** | ||
@@ -34,0 +40,0 @@ * Signed 2-bit integers |
{ | ||
"name": "binary-data-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Binary data types.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5695
196