@nuware/functions

Useful functions

Usage no npm install needed!

<script type="module">
  import nuwareFunctions from 'https://cdn.skypack.dev/@nuware/functions';
</script>

README

Functions

Install

npm install @nuware/functions@latest --save

or

<script defer src="https://unpkg.com/@nuware/functions@latest/dist/functions.umd.js"></script>

or

<script defer src="https://unpkg.com/@nuware/functions@latest/dist/functions.min.js"></script>

Usage

Browser

const { K, I, assoc, map ... } = window.nuware.F

Node

const { K, I, assoc, map ... } = require('@nuware/functions')

or

import { K, I, assoc, map ... } from '@nuware/functions'

Authors