@thi.ng/checks
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.3.0"></a> | ||
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.2.1...@thi.ng/checks@1.3.0) (2018-03-08) | ||
### Features | ||
* **checks:** add isPromise() & isPromiseLike() ([9900e99](https://github.com/thi-ng/umbrella/commit/9900e99)) | ||
<a name="1.2.1"></a> | ||
@@ -8,0 +19,0 @@ ## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.2.0...@thi.ng/checks@1.2.1) (2018-02-18) |
@@ -33,2 +33,4 @@ export * from "./exists-not-null"; | ||
export * from "./is-positive"; | ||
export * from "./is-promise"; | ||
export * from "./is-promiselike"; | ||
export * from "./is-regexp"; | ||
@@ -35,0 +37,0 @@ export * from "./is-safari"; |
@@ -38,2 +38,4 @@ "use strict"; | ||
__export(require("./is-positive")); | ||
__export(require("./is-promise")); | ||
__export(require("./is-promiselike")); | ||
__export(require("./is-regexp")); | ||
@@ -40,0 +42,0 @@ __export(require("./is-safari")); |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Single-function sub-modules for type, feature & value checks", | ||
@@ -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
30138
98
447