0.0.14 β’ Published 1 year ago
@mystroken/garden v0.0.14
garden
:hibiscus::leaves: Garden is a garden of small JavaScript utilities.
Installation
npm install @mystroken/gardenUsage
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';