mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
DynamicView.branchResultset: parameter transform is optional (#41463)
This commit is contained in:
parent
d9a81744b1
commit
1fb464f5f0
2
types/lokijs/index.d.ts
vendored
2
types/lokijs/index.d.ts
vendored
@ -1086,7 +1086,7 @@ declare class DynamicView<E extends object> 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<any>;
|
||||
public branchResultset(transform?: string | string[] | Transform[], parameters?: object): Resultset<any>;
|
||||
|
||||
/**
|
||||
* toJSON() - Override of toJSON to avoid circular references
|
||||
|
||||
Loading…
Reference in New Issue
Block a user