@lvchengbin/is
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "@lvchengbin/is", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "A library, which is possible to be imported as ES6 module separately, for checking the type of a value.", | ||
@@ -5,0 +5,0 @@ "keywords": "is check types es6", |
@@ -51,4 +51,4 @@ # Is | ||
| Method | Importing | Desc | | ||
|:--|:--|:--| | ||
| Method | Importing | | ||
|:--|:--| | ||
| is.arguments | import isArguments from '@lvchengbin/is/src/arguments' | | ||
@@ -59,4 +59,5 @@ | is.array | import isArray from '@lvchengbin/is/src/array' | | ||
| is.boolean | import isBoolean from '@lvchengbin/is/src/boolean' | | ||
| is.class | import isClass from '@lvchengbin/is/src/class' | | ||
| is.date | import isDate from '@lvchengbin/is/src/date' | | ||
| is.dateString | import isDateString from '@lvchengbin/is/src/date-string' | ???? | | ||
| is.elementNode | import isElementNode from '@lvchengbin/is/src/element-node' | | ||
| is.email | import isEmail from '@lvchengbin/is/src/email' | | ||
@@ -66,10 +67,19 @@ | is.empty | import isEmpty from '@lvchengbin/is/src/empty' | | ||
| is.false | import isFalse from '@lvchengbin/is/src/false' | | ||
| is.fragmentNode | import isFragmentNode from '@lvchengbin/is/src/fragment-node' | | ||
| is.function | import isFunction from '@lvchengbin/is/src/function' | | ||
| is.generator | import isGenerator from '@lvchengbin/is/src/generator' | | ||
| is.integer | import isInteger from '@lvchengbin/is/src/integer' | | ||
| is.ip | import isIP from '@lvchengbin/is/src/ip' | | ||
| is.ipv4 | import isIPv4 from '@lvchengbin/is/src/ipv4' | | ||
| is.ipv6 | import isIPv6 from '@lvchengbin/is/src/ipv6' | | ||
| is.iterable | import isIterable from '@lvchengbin/is/src/iterable' | | ||
| is.map | import isMap from '@lvchengbin/is/src/map' | | ||
| is.node | import isNode from '@lvchengbin/is/src/node' | | ||
| is.number | import isNumber from '@lvchengbin/is/src/number' | | ||
| is.object | import isObject from '@lvchengbin/is/src/object' | | ||
| is.oneDimensionalArray | import isOneDimensionalArray from '@lvchengbin/is/src/one-dimensional-array' | | ||
| is.plainObject | import isPlainObject from '@lvchengbin/is/src/plain-object' | | ||
| is.promise | import isPromise from '@lvchengbin/is/src/promise' | | ||
| is.regexp | import isRegexp from '@lvchengbin/is/src/regexp' | | ||
| is.set | import isSet from '@lvchengbin/is/src/set' | | ||
| is.string | import isString from '@lvchengbin/is/src/string' | | ||
@@ -79,13 +89,4 @@ | is.true | import isTrue from '@lvchengbin/is/src/true' | | ||
| is.url | import isUrl from '@lvchengbin/is/src/url' | | ||
| is.node | import isNode from '@lvchengbin/is/src/node' | | ||
| is.textNode | import isTextNode from '@lvchengbin/is/src/text-node' | | ||
| is.elementNode | import isElementNode from '@lvchengbin/is/src/element-node' | | ||
| is.fragmentNode | import isFragmentNode from '@lvchengbin/is/src/fragment-node' | | ||
| is.window | import isWindow from '@lvchengbin/is/src/window' | | ||
| is.class | import isClass from '@lvchengbin/is/src/class' | | ||
| is.ipv4 | import isIPv4 from '@lvchengbin/is/src/ipv4' | | ||
| is.ipv6 | import isIPv6 from '@lvchengbin/is/src/ipv6' | | ||
| is.ip | import isIP from '@lvchengbin/is/src/ip' | | ||
| is.generator | import isGenerator from '@lvchengbin/is/src/generator' | | ||
| is.oneDimensionalArray | import isOneDimensionalArray from '@lvchengbin/is/src/one-dimensional-array' | | ||
@@ -92,0 +93,0 @@ ### is.date |
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
62809
136