Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including arr-filter-function with all npm packages installed. Try it out:

var arrFilterFunction = require("arr-filter-function")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

arr-filter-function v1.0.0

Fast filter array to have only function values. But also allow you to give iterator function which will be called on each element of the array that is function - much like array.map functionallity. Useful when you want to filter, but also want to map in same time if needed.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free