Skip to content

Repository files navigation

fibonacci

GitHub licensemainnpm versioncodecov

npm i @includedaniel/fibonacci
yarn add @includedaniel/fibonacci

Usage:

//moduleimportfibonaccifrom'@includedaniel/fibonacci'console.log(fibonacci(25))// 75025
//commomjsconstfibonacci=require('@includedaniel/fibonacci')console.log(fibonacci(25))// 75025

Running tests:

  • Run yarn test to execute the tests and export the reports to /coverage folder

Running lint:

  • Run yarn lint to execute the eslint to fix and find problems in your code
  • want to know more about eslint commands? Follow the link

Running prettier:

  • Run yarn format to format the code according to established standards
  • Run yarn type-check to check the types in your code

Running rollup:

About

A package who finds a correspondent fibonacci term

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages