1.0.1 • Published 6 years ago

object-keys-filter v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Install.

Install with npm:

$ npm install --save object-keys-filter

Usage.

import { filterObject } from "object-keys-filter";

const source = {
  property: true,
  Property: true,
  key: "value"
};

const filtered = filterObject(source, /property/i);
1.0.1

6 years ago

1.0.0

6 years ago