Skip to content

mary-ext/pkg-array-fns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

array-fns

small array utilities

const numbers = mapDefined(range(1, 5), (x) => x % 2 === 0 ? x * 2 : undefined);
//    ^? [4, 8]

About

small array utilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors