1.0.7 • Published 5 years ago

theo-monster v1.0.7

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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago