From 1fb464f5f00cd88e6d75af665aede1c849db511a Mon Sep 17 00:00:00 2001 From: Jan Hangebrauck Date: Thu, 9 Jan 2020 01:41:46 +0100 Subject: [PATCH] DynamicView.branchResultset: parameter transform is optional (#41463) --- types/lokijs/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/lokijs/index.d.ts b/types/lokijs/index.d.ts index 308cbb4842..c54f70b209 100644 --- a/types/lokijs/index.d.ts +++ b/types/lokijs/index.d.ts @@ -1086,7 +1086,7 @@ declare class DynamicView extends LokiEventEmitter { * @param [parameters] - optional parameters (if optional transform requires them) * @returns A copy of the internal resultset for branched queries. */ - public branchResultset(transform: string | string[] | Transform[], parameters?: object): Resultset; + public branchResultset(transform?: string | string[] | Transform[], parameters?: object): Resultset; /** * toJSON() - Override of toJSON to avoid circular references