1.0.0 • Published 2 years ago

samarth-package v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

MY PACKAGE

This is my first package for Ract JS and NPM

You can install it with the following command:

npm install samarth-package

Usage

import { addTwoNumbers } from 'samarth-package';

Example

addTwoNumbers(1, 2);

Result

3
1.0.0

2 years ago