@safelytyped/url

A safe type for working with remote locations, for Typescript.

Usage no npm install needed!

<script type="module">
  import safelytypedUrl from 'https://cdn.skypack.dev/@safelytyped/url';
</script>

README

Welcome To @safelytyped/url!

Introduction

This is the README for @safelytyped/url. Rather than put all the docs in one, impossible-to-navigate file, this README is here to point you at where you can find all the documentation we've written.

Quick Start

# run this from your Terminal
npm install @safelytyped/url
// add this import to your Typescript code
import { URL } from "@safelytyped/url"

VS Code users: once you've added a single import anywhere in your project, you'll then be able to auto-import anything else that this library exports.

Documentation

Looking for more detailed documentation? You'll find it under the docs folder.