Comparing version 4.2.1 to 4.3.0
@@ -7,2 +7,3 @@ export * from './arrayable'; | ||
export * from './fixed-length-array'; | ||
export * from './matrix'; | ||
export * from './falsy'; | ||
@@ -9,0 +10,0 @@ export * from './getter'; |
@@ -23,2 +23,3 @@ "use strict"; | ||
__exportStar(require("./fixed-length-array"), exports); | ||
__exportStar(require("./matrix"), exports); | ||
__exportStar(require("./falsy"), exports); | ||
@@ -25,0 +26,0 @@ __exportStar(require("./getter"), exports); |
{ | ||
"name": "justypes", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "Dumb types for TypeScript in the real world", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,2 +23,3 @@ # justypes | ||
- FixedLengthArray | ||
- Matrix | ||
- Falsy | ||
@@ -25,0 +26,0 @@ - Getter |
@@ -7,2 +7,3 @@ export * from './arrayable' | ||
export * from './fixed-length-array' | ||
export * from './matrix' | ||
export * from './falsy' | ||
@@ -9,0 +10,0 @@ export * from './getter' |
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
15477
63
214
39