0.1.7 • Published 1 year ago

funt v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.7

1 year ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago