trace where redirects end up.
Installation
npm install trace-redirect
Usage
tracer(url)
Return
Promise object. includes url that resolved.
Examples
Node.js
const tracer = default;const result = await ;console; /* 'https://github.com/prezzemolo/trace-redirect'*/
TypeScript
;;console.logresult; /* 'https://github.com/prezzemolo/trace-redirect'*/
License
The MIT License. See LICENSE.