0.3.0 • Published 3 years ago

koolkit v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Koolkit

CI Node.js Package

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.

License

MIT

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago