aabb11

0.0.5 • Public • Published

create a app.js file

run > npm init add "type" = "module"

add this code to app.js

import test from "aabb11"

const result1 = test.add(2, 3); console.log(result1); // Output: 5

const result2 = test.subtract(7, 4); console.log(result2); // Output: 3

const result3 = test.multiply(5, 6); console.log(result3); // Output: 30

now run node app.js

Readme

Keywords

none

Package Sidebar

Install

npm i aabb11

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

834 B

Total Files

3

Last publish

Collaborators

  • amitbhudiya