0.1.10 • Published 2 years ago

funt v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Funt

Funt.js is a function library for JavaScript

Installation

Using npm:

npm i funt

import in project

// ES6 modules
import { each, find, ... } from 'funt'

// CommonJS modules
const { each, find, ... } = require('funt')

Import on demand

// ES6 modules
import each from 'funt/each'

// CommonJS modules
const each = require('funt/each')

Documentation

See API documentation

0.1.10

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago