filter-obj

Object filter

Filters keys and values in an object based on specified conditions

Filter object keys and values into a new object

GitHub

100 stars
10 watching
9 forks
Language: JavaScript
last commit: 6 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sindresorhus/p-filter Tool for filtering and concurrent execution of promises with an adjustable concurrency level 72
sindresorhus/map-obj An object mapper utility that transforms source object keys and values into target objects. 204
sindresorhus/any-observable Supports any Observable library and provides polyfills 70
sindresorhus/hash-object A library that generates a unique digital fingerprint of an object 134
sindresorhus/p-some Wait for a specified number of promises to be fulfilled 36
sindresorhus/is-observable Tool to check if a value is an Observable 39
sindresorhus/filled-array Creates an array of specified length filled with a given value or function returning values 43
sindresorhus/gulp-filter A plugin for Gulp that enables filtering of file streams using glob patterns 315
sindresorhus/yn A utility for parsing yes/no like values with optional typo tolerance 266
sindresorhus/image-type Detects the type of an image from a binary buffer 373
sindresorhus/get-stream A utility library for working with streams in JavaScript 341
sindresorhus/image-dimensions Gets dimensions of images in various formats without loading the entire image data 431
sindresorhus/matcher A utility for simple string matching with wildcard patterns 537
sindresorhus/object-assign Provides a polyfill for the ES2015 Object.assign() method to support older browsers and environments. 920
watson/flatten-obj Converts deeply nested object literals to simple key/value objects 21