filter-anything icon indicating copy to clipboard operation
filter-anything copied to clipboard

A simple (TypeScript) integration of "pick" and "omit" to filter props of an object

Results 7 filter-anything issues
Sort by recently updated
recently updated
newest added

```ts import { omit } from 'filter-anything' const aaa = ['hasThumb', 'sizes'] const dd = omit({ hasThumb: { type: Boolean, required: true, }, sizes: { type: String required: true, },...

```ts import { omit } from 'filter-anything' const obj1 = { a: 1, b: 2, c: 3, } const obj2 = { a: 2, c: 3, d: 4, } type...

```ts import { omit } from 'filter-anything' const togglePropsa = { props: { modelValue: String, }, emits: { 'update:modelValue': (pressed: boolean) => String, 'pressedChange': (pressed: boolean) => String, 'click': (event:...

@mesqueeb I noticed that omit allows keys that aren't preset in the original record. if you swap the key and record definition, it'll enforce the record's types ``` export declare...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together. Updates `ansi-regex` from 3.0.0 to 5.0.1 Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5)...

dependencies