Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 275 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 275 Bytes

lie-filter

API

npm install lie-filter
var filter = require('lie-filter');

###filter

filter(array, function)

returns an array filtered based on the function, aka only truthy values are returned.

License

MIT