@mystroken/garden
v0.0.14
Published
๐บ๐ A garden of small TypeScript utilities for frontend development.
Downloads
2
Maintainers
Readme
garden
:hibiscus::leaves: Garden is a garden of small JavaScript utilities.
Installation
npm install @mystroken/garden
Usage
Look at the sources files for more information.
Import
// Import the whole library.
import * as G from '@mystroken/garden';
// OR import individual helper - like lodash he he ;-)
import { debounce, throttle } from '@mystroken/garden';