Comparing version 2.6.0 to 2.6.1
@@ -173,3 +173,3 @@ 'use strict' | ||
/** | ||
* Returns true if the input is a string, number, symbol, boolean, null or undefined value. | ||
* Returns true if the input is a Promise. | ||
* @param {*} - the input to test | ||
@@ -176,0 +176,0 @@ * @returns {boolean} |
{ | ||
"name": "typical", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Robust Javascript type-checking", | ||
@@ -35,7 +35,7 @@ "repository": "https://github.com/75lb/typical.git", | ||
"devDependencies": { | ||
"core-assert": "^0.2.0", | ||
"core-assert": "^0.2.1", | ||
"feature-detect-es6": "^1.3.1", | ||
"jsdoc-to-markdown": "^2.0.0-alpha", | ||
"test-runner": "^0.2.3" | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"test-runner": "^0.3.0" | ||
} | ||
} |
@@ -36,3 +36,3 @@ [![view on npm](http://img.shields.io/npm/v/typical.svg)](https://www.npmjs.org/package/typical) | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -67,3 +67,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -92,3 +92,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -111,3 +111,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -123,3 +123,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -135,3 +135,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -147,3 +147,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -159,3 +159,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -171,3 +171,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -183,3 +183,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -193,5 +193,5 @@ | Param | Type | Description | | ||
### t.isPromise(input) ⇒ <code>boolean</code> | ||
Returns true if the input is a string, number, symbol, boolean, null or undefined value. | ||
Returns true if the input is a Promise. | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -207,3 +207,3 @@ | Param | Type | Description | | ||
**Kind**: static method of <code>[typical](#module_typical)</code> | ||
**Kind**: static method of [<code>typical</code>](#module_typical) | ||
@@ -217,2 +217,2 @@ | Param | Type | Description | | ||
© 2014-16 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). | ||
© 2014-17 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
19116