Accept new baselines

This commit is contained in:
Anders Hejlsberg
2019-04-18 17:05:05 -07:00
parent 02b861e101
commit bd806419cd
@@ -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