Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.04 KB

npm version

banana-js

A very small TypeScript library having handy functions.

Written in TypeScript.

Might be used to lure monkeys and patch them.

Installation

Install using npm

$ npm install --save @lloydaf/banana-js

Usage

Import the whole library as follows:

import "@lloydaf/banana-js";

or you can import specific utility functions as follows:

import "@lloydaf/banana-js/dist/strain";

if you want to use only the strain utility and not anything else.

You can then use the imported utility functions within your application.

Documentation

Further Documentation can be found inside src/<folder>

Contribution / Bug Report

Please feel free to contribute by creating pull requests. In case of bugs, please raise an issue or email me at [email protected].

Licence

Standard MIT Licence.