1.0.7 • Published 7 years ago

theo-monster v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago