Parse an HTML meta refresh value.
Installation
Node.js >= 6
is required. To install, type this at the command line:
npm install http-equiv-refresh
Usage
const parseMetaRefresh = ; ;//-> { timeout:5, url:'http://domain.com/' } ;//-> { timeout:5, url:null }