UNPKG

link-exists

Version:

A super lightweight JavaScript / TypeScript library to check whether a given url is valid and exists or not.

10 lines (8 loc) 240 B
if (process.env.CI) { process.exit(0); } const repo = 'https://github.com/stackblogger/link-exists'; console.log(''); console.log('⭐ If this package helped you, consider starring the repo'); console.log(` ${repo}`); console.log('');