|
|
il y a 3 ans | |
|---|---|---|
| .. | ||
| index.js | il y a 3 ans | |
| license | il y a 3 ans | |
| package.json | il y a 3 ans | |
| readme.md | il y a 3 ans | |
Check if a number is a redirect HTTP status code
$ npm install --save is-redirect
var isRedirect = require('is-redirect');
isRedirect(302);
//=> true
isRedirect(200);
//=> false
MIT © Sindre Sorhus