https://github.com/volkovasystems/doubt
Checks entity if array, arguments, iterable or array-like.
https://github.com/volkovasystems/doubt
arguments array array-like as-array doubt iterator
Last synced: 8 months ago
JSON representation
Checks entity if array, arguments, iterable or array-like.
- Host: GitHub
- URL: https://github.com/volkovasystems/doubt
- Owner: volkovasystems
- License: mit
- Created: 2016-08-16T20:46:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T05:23:31.000Z (over 8 years ago)
- Last Synced: 2025-02-23T03:13:59.868Z (9 months ago)
- Topics: arguments, array, array-like, as-array, doubt, iterator
- Language: JavaScript
- Homepage:
- Size: 4.98 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doubt
Checks entity if array, arguments, iterable or array-like.
### Note
>The following global dependencies should be installed to speed up development procedures.
1. `npm install flxc@latest --global`
2. `npm install rsetmod@latest --global`
3. `npm install njava@latest --global` (Non-Windows/Debian based)
4. `npm install jesy@latest --global`
5. `npm install selenium-standalone@latest --global && selenium-standalone install`
### Install
* Install `flxc` globally, run `npm install flxc@latest --global`
###### Windows
1. Run `flxc execute ./.install.sh`
###### Non-Windows
1. Run `./.install.sh`
* If this does not run, use `bash ./.install.sh`
* If this does not run, use `flxc execute ./.install.sh`
### Develop
* Install `rsetmod` globally, run `npm install rsetmod@latest --global`
* Run `npm run build`
### Test
* Run `npm run test`
###### WebDriverIO Test Flow
* (Non-Windows/Debian based) If you don't have JavaRE installed, run, `npm install njava@latest --global`
1. Install `jesy` globally, run `npm install jesy@latest --global`
2. Install `selenium-standalone` globally, run `npm install selenium-standalone@latest --global`
* Run `selenium-standalone install`
### Deploy
* Run `npm run deploy`