mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Accept new baselines
This commit is contained in:
@@ -1137,7 +1137,7 @@ declare module Immutable {
|
||||
>Seq : typeof Seq
|
||||
|
||||
function isSeq(maybeSeq: any): maybeSeq is Seq.Indexed<any> | Seq.Keyed<any, any>;
|
||||
>isSeq : (maybeSeq: any) => maybeSeq is Indexed<any> | Keyed<any, any>
|
||||
>isSeq : (maybeSeq: any) => maybeSeq is Keyed<any, any> | Indexed<any>
|
||||
>maybeSeq : any
|
||||
>Seq : any
|
||||
>Seq : any
|
||||
|
||||
Reference in New Issue
Block a user