2.0.0 • Published 1 year ago

@captain_amit/3rd-project-note v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Example project

Made a simple package for learning

Install

npm i @captain_amit/3rd-project-note

Usage

const sum = require('npm i @captain_amit/3rd-project-note')

var add = new sum(1,2)

console.log(add);
//3

API

function sum(a:number,b:number)=> number 

Maintainer

2.0.0

1 year ago

1.0.0

1 year ago