zen-swap-unscoped-modules
v1.0.0
Published
This library provides a function to substraction of two numbers.
Downloads
2
Readme
Unscoped Modules
This library provides a function to substraction of two numbers.
Installation
npm i zen-swap-unscoped-modulesUsage
Here’s how you can utilize the Library:
const { subtract } = require('zen-swap-unscoped-modules');
console.log(subtract(15,4)); //Output 11