mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08:00
Add merge() method to ObjectLikeSequence<T> (#25127)
This commit is contained in:
committed by
Wesley Wigham
parent
7c9595d32e
commit
56f31f9da4
1
types/lazy.js/index.d.ts
vendored
1
types/lazy.js/index.d.ts
vendored
@@ -210,6 +210,7 @@ declare namespace LazyJS {
|
||||
get(property: string): ObjectLikeSequence<T>;
|
||||
invert(): ObjectLikeSequence<T>;
|
||||
keys(): Sequence<string>;
|
||||
merge(others: Object | ObjectLikeSequence<T>, mergeFn?: Function): ObjectLikeSequence<T>;
|
||||
omit(properties: string[]): ObjectLikeSequence<T>;
|
||||
pairs(): Sequence<T>;
|
||||
pick(properties: string[]): ObjectLikeSequence<T>;
|
||||
|
||||
Reference in New Issue
Block a user