fibo.js
v1.0.1
Published
Generate the Fibonacci sequence
Downloads
2
Readme
Fibo.js
🚀Generate the Fibonacci sequence
Docs
Install this package using npm i fibo.js
fibo.js supports ESM modules.
fibo.js has a single function called generate() in which you must pass 2 parameters:
- the first number(no numbers below this number)
- the number of numbers(including the numbers below the first parameter)
Info
