koolkit
v0.3.0
Published
[![CI](https://github.com/SynZhang/koolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/SynZhang/koolkit/actions/workflows/ci.yml) [![Node.js Package](https://github.com/SynZhang/koolkit/actions/workflows/npmpublish.yml/badge.svg)](https://gith
Downloads
7
Maintainers
Readme
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 koolkit
ES Module
import { pipe } from "koolkit"
CommonJS
const { pipe } = require("koolkit")
Documentation
You can find the documentation on the website.