Skip to content

Commit 3777a2e

Browse files
committed
ts
1 parent d1ea686 commit 3777a2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library_standard.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ declare class PuvoxLibrary {
8787
renameSubKey(obj: any, keyFrom: any, keyTo: any, strict?: boolean): any;
8888
hasEmptyChild(obj: any): boolean;
8989
filterObject(obj: any, callback: any): any;
90-
filterReduceToKeys(inputObj: any, keysArray: any, level?: number): {};
90+
removeAllKeysExcept(inputObj: any, keysArray: any, level?: number, getAllIfNoneFound?: boolean): {};
9191
isBetween(a: any, b: any, c: any): boolean;
9292
isBetweenEq(a: any, b: any, c: any): boolean;
9393
startsWithWhiteSpace(content: any): boolean;

library_standard.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)