Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 432 Bytes

is-valid-url

NPM

Build Status

A simple package to let you know if a string has a proper URL format.

It works nicely with TypeScript.

It exposes a isUrl function that will let you know if the argument is a URL or not.