@scalecube/utils
Advanced tools
Comparing version 0.0.2-alpha.0 to 0.0.2-alpha.1
{ | ||
"name": "@scalecube/utils", | ||
"version": "0.0.2-alpha.0", | ||
"version": "0.0.2-alpha.1", | ||
"private": false, | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "e673377bbc997630f3b933be6bea734b34a323ea" | ||
"gitHead": "08b41bd48cbe83e31c9074e9d92d1afeccf812e9" | ||
} |
@@ -31,31 +31,1 @@ [![Join the chat at https://gitter.im/scalecube-js/Lobby](https://badges.gitter.im/scalecube-js/Lobby.svg)](https://gitter.im/scalecube-js/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
``` | ||
## constants | ||
```text | ||
NOT_VALID_PROTOCOL | ||
NOT_VALID_ADDRESS | ||
NOT_VALID_HOST | ||
NOT_VALID_PATH | ||
NOT_VALID_PORT | ||
``` | ||
\##check | ||
```text | ||
assert | ||
isDefined | ||
isString | ||
assertNonEmptyString | ||
isArray | ||
isNonEmptyArray | ||
assertArray | ||
isObject | ||
assertObject | ||
assertNonEmptyObject | ||
isOneOf | ||
assertOneOf | ||
isFunction | ||
assertFunction | ||
assertNumber | ||
``` |
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
26204
31