1.0.1 • Published 5 years ago
greatefue-factorialfinder v1.0.1
Quick-start
Installation
$ yarn add greatefue-factorialfinder
$ npm i greatefue-factorialfinderUsage
In your .ts or .js file,
- import the package
import { factorialfinder } from 'greatefue-factorialfinder';- Call the factorialfinder function
var i = factorialfinder(4);