1.8.0 β’ Published 1 year ago
myfx v1.8.0
My=f(x)
//object
_.each<string, string>({ 1: 'a', 2: 'b', 3: 'c' }, (v,k)=>{})
//dom list
_.each<HTMLElement>(document.body.children, (el)=>{})
//array
_.each([1, 2, 3], num=>{})
//set
_.each(new Set([1, 2, 3]), num=>{
if(...)
return false// you can break the loop at any time
})English | δΈζ
Myfx
Myfx is a modular utility library with more utils, higher performance and simpler declarations
Features
- Unified interface for collections and other modules
- 200+ Pure functions
- Lazy evaluation
- Tree APIs
- Full dateTime/number formatter
- and more...
Quick start
- install
npm i myfx- import
import _ from 'myfx'
//or
import {each} from 'myfx'
//or
import {each,map} from 'myfx/collection'
//or
import _ from 'https://cdn.skypack.dev/myfx'Development
- use
testto do jest - use
buildto rollup myfx - use
docto gen tsdoc
1.8.0
1 year ago
1.7.0
1 year ago
1.6.1
1 year ago
1.6.0
1 year ago
1.5.0
1 year ago
1.4.15
2 years ago
1.4.16
1 year ago
1.4.14
2 years ago
1.4.13
2 years ago
1.4.12
2 years ago
1.4.6
2 years ago
1.4.5
2 years ago
1.4.4
2 years ago
1.4.3
2 years ago
1.4.9
2 years ago
1.4.11
2 years ago
1.4.8
2 years ago
1.4.10
2 years ago
1.4.7
2 years ago
1.4.2
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.5
2 years ago
1.3.4
2 years ago
1.3.3
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.1
2 years ago
1.1.0
3 years ago
1.1.2
2 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago