A curated list of javascript utilities.
- Work in browser & Node.js
- Support Tree Shaking
- Support TypeScript
<script src="koolkit.min.js"></script>
npm i koolkit
import { pipe } from "koolkit"
const { pipe } = require("koolkit")
You can find the documentation on the website.