gladknee
v1.13.1
Published
A zero-dependency utility library written in TypeScript
Downloads
27
Maintainers
Readme
gladknee 😄🦵
Gladknee 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.
import { memoize } from "gladknee"
const memoizedFunction = memoize(someFunction)
Documentation
You can read the full documentation with a complete list of functions with examples at https://gladknee.readme.io/