UNPKG

race-until

Version:

Race a promise against a time bomb promise.

16 lines (15 loc) 183 B
sudo: false language: node_js node_js: - '12' - '11' - '10' - '9' - '8' - '7' - '6' script: - npm run lint - npm run test:cover after_success: - npm run coveralls