DevYK 8466310f0c update README.md 3 gadi atpakaļ
..
index.js 8466310f0c update README.md 3 gadi atpakaļ
license 8466310f0c update README.md 3 gadi atpakaļ
package.json 8466310f0c update README.md 3 gadi atpakaļ
readme.md 8466310f0c update README.md 3 gadi atpakaļ

readme.md

is-redirect Build Status

Check if a number is a redirect HTTP status code

Install

$ npm install --save is-redirect

Usage

var isRedirect = require('is-redirect');

isRedirect(302);
//=> true

isRedirect(200);
//=> false

License

MIT © Sindre Sorhus