@lloydaf/banana-js
v1.0.7
Published
A very small library for making development with typescript easier.
Downloads
9
Readme
banana-js
A very small javascript 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]
.