A zero-dependency utility library written in TypeScript
npm install gladkneeGladknee is an open-source utility library of 100+ useful functions written in TypeScript.
#### What this library includes...
#### What this library does not include...
#### Installation
To add to your project, just run npm install gladknee
#### Usage
To use any functions from the library, simply import the specific function(s) you wish to use where needed.
``typescript
import { memoize } from "gladknee"
const memoizedFunction = memoize(someFunction)
``
You can read the full documentation with a complete list of functions with examples at https://gladknee.readme.io/