@sachin-acharya/factorial
v1.0.2
Published
This library helps you to calculate the factorial on number.
Downloads
1
Readme
Factorial
This library helps you to calculate the factorial on number
Installation
npm i @sachin-acharya/factorial
Usages
import "@sachin-acharya/factorial"
const output = 5
console.log(output.factorial()) // 120