my-first-ts-npm-module
Try to describe your module briefly here. This is the first part that takes the user's attention.
Installation
# NPM npm i my-first-ts-npm-module --save # Yarn yarn install my-first-ts-npm-module
Usage
const Greeter = ; const greeter = "Danial"; console; // writes "Hello Danial"
And you're good to go!
License
MIT