0.3.0 • Published 4 years ago
koolkit v0.3.0
Koolkit
A curated list of javascript utilities.
- Work in browser & Node.js
- Support Tree Shaking
- Support TypeScript
Installation
In a browser
<script src="koolkit.min.js"></script>Using npm
npm i koolkitES Module
import { pipe } from "koolkit"CommonJS
const { pipe } = require("koolkit")Documentation
You can find the documentation on the website.