funny-filter

1.0.3 • Public • Published

filter

Simple modules for functional programming, done for fun.

Usage

import filter from 'funny-filter'
 
filter(i => i % 2, [1, 2, 3]) // [1, 3]

License

The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.

Package Sidebar

Install

npm i funny-filter

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • goblindegook