@abhishek_ranjan/example_package

0.0.2 • Public • Published

Example Package

Made a package for Learning from

Link to npm

Install

npm i @abhishek_ranjan/example_package

Usage

var sum = require("@abhishek_ranjan/example_package");

var result = sum(5, 10);

console.log(result);

//15

API


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

Maintainers

AbhishekRanjan8051

Readme

Keywords

Package Sidebar

Install

npm i @abhishek_ranjan/example_package

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

1.81 kB

Total Files

4

Last publish

Collaborators

  • abhishek_ranjan