Comparing version 4.0.0 to 4.1.0
@@ -6,2 +6,3 @@ export * from './arrayable'; | ||
export * from './dictionary'; | ||
export * from './fixed-length-array'; | ||
export * from './falsy'; | ||
@@ -8,0 +9,0 @@ export * from './getter'; |
@@ -22,2 +22,3 @@ "use strict"; | ||
__exportStar(require("./dictionary"), exports); | ||
__exportStar(require("./fixed-length-array"), exports); | ||
__exportStar(require("./falsy"), exports); | ||
@@ -24,0 +25,0 @@ __exportStar(require("./getter"), exports); |
{ | ||
"name": "justypes", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Dumb types for TypeScript in the real world", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,2 +22,3 @@ # justypes | ||
- Dictionary | ||
- FixedLengthArray | ||
- Falsy | ||
@@ -24,0 +25,0 @@ - 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
11337
45
99
37