Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 669 Bytes

Welcome To @safelytyped/datalocations!

Introduction

ADD YOUR INTRODUCTION HERE!!

Quick Start

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

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.