Check if a number is a HTTP success status code
npm install is-success> Check if a number is a HTTP success status code
```
$ npm install --save is-success
`js
var isSuccess = require('is-success');
isSuccess(200);
//=> true
isSuccess(400);
//=> false
``
* is-redirect
* is-server-error
MIT © Arthur Verschaeve