Comparing version 0.4.0 to 0.4.1
# Changelog | ||
### [0.4.1](https://www.github.com/ehmpathy/type-fns/compare/v0.4.0...v0.4.1) (2022-11-24) | ||
### Bug Fixes | ||
* **exports:** actually export isAPromise, isAFunction, PickOne ([ad5b28f](https://www.github.com/ehmpathy/type-fns/commit/ad5b28f1d2da9fe382d1245d38d970b1b0e7bd1c)) | ||
## [0.4.0](https://www.github.com/ehmpathy/type-fns/compare/v0.3.0...v0.4.0) (2022-11-24) | ||
@@ -4,0 +11,0 @@ |
@@ -7,1 +7,4 @@ export * from './checks/hasId'; | ||
export * from './wrappers/withNot'; | ||
export * from './checks/isAFunction'; | ||
export * from './checks/isAPromise'; | ||
export * from './types/PickOne'; |
@@ -19,2 +19,5 @@ "use strict"; | ||
__exportStar(require("./wrappers/withNot"), exports); | ||
__exportStar(require("./checks/isAFunction"), exports); | ||
__exportStar(require("./checks/isAPromise"), exports); | ||
__exportStar(require("./types/PickOne"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "type-fns", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A set of types, type checks, and type guards for simpler, safer, and easier to read code.", | ||
@@ -5,0 +5,0 @@ "author": "UladKasach @uladkasach", |
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
20039
216