Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 204 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 204 Bytes

tinydot

Basic package to get .env vars. Nothing fancy, less than 50 loc.

How to use

Create .env file.

JS

tinydot().myvar

TS

import tinydot from "tinydot"

tinydot().myvar