1.0.7 • Published 6 years ago

theo-monster v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

#Overview

This is a simple JS library that takes in an integer (n) and computes the zero-indexed nth number in the fibonacci sequence.

Installation

$ npm i theo-monster

Importing

import fib from 'theo-monster'; // ES6
const fib = require('theo-monster').default; // ES5

Usage

const result = fib(6); // result = 8
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago