Options
All
  • Public
  • Public/Protected
  • All
Menu

koolkit

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

Generated using TypeDoc