@vangware/currieddeprecated

🍛 Vangware curried vanilla aliases

Usage no npm install needed!

<script type="module">
  import vangwareCurried from 'https://cdn.skypack.dev/@vangware/curried';
</script>

README

@vangware/curried

🍛 Vangware curried vanilla aliases.

Build Status Coverage License NPM Version Open Issues Size

Collection of curried functional vanilla aliases made entirely in TypeScript. Compatible with all modern JS environments:

  • 📦 Node.js.
  • 🦕 Deno.
  • 🌎 Browsers (Chrome, Firefox, Edge, and so on).

Usage

This package can be installed as a dependency or used directly.

Usage as ECMAScript module

In JS or deno:

import { map } from "https://cdn.skypack.dev/@vangware/curried?dts";

Or in HTML:

<script type="module" src="https://cdn.skypack.dev/@vangware/curried"></script>

Usage with local installation

First:

npm i @vangware/curried

And then:

import { map } from "@vangware/curried";

Documentation

Documentation can be found HERE. It is auto-generated with typedoc based on the JSDocs and the types in the source. Shouldn't be necessary to read this, code editors like VSCode integrate the documentation in the UI.

Changelog

Changelog can be found HERE.

Test coverage

Test coverage can be found HERE.