my-first-ts-npm-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

my-first-ts-npm-module

Try to describe your module briefly here. This is the first part that takes the user's attention.

NPM version NPM downloads

Installation

 
# NPM 
npm i my-first-ts-npm-module --save
 
# Yarn 
yarn install my-first-ts-npm-module
 

Usage

 
const Greeter = require('my-first-ts-npm-module');
 
const greeter = new MyModule("Danial");
 
console.log(greeter.sayHello()); // writes "Hello Danial"
 

And you're good to go!

License

MIT

Package Sidebar

Install

npm i my-first-ts-npm-module

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

5.85 kB

Total Files

8

Last publish

Collaborators

  • dmanavi