greatefue-factorialfinder
v1.0.1
Published
greatefue-factorialfinder find and return the factorial of a given number
Downloads
2
Maintainers
Readme
Quick-start
Installation
$ yarn add greatefue-factorialfinder
$ npm i greatefue-factorialfinder
Usage
In your .ts or .js file,
- import the package
import { factorialfinder } from 'greatefue-factorialfinder';
- Call the factorialfinder function
var i = factorialfinder(4);