0.3.0 • Published 2 years ago

koolkit v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 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

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago