Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 390 Bytes

JSLib

A simple library for mundane and bloaty functions This will be a (hopefully public) library for simple yet bloaty functions that might be useful in projects

First install the library using npm:

npm i gtlib

Set up the library by calling 'gtlib' like the following:

const lib = require('gtlib');

Some examples of the functions available:

Will be coming soon...