@nuware/functions
v0.1.21
Published
Useful functions
Downloads
3
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
- Dmitry Dudin [email protected]