Apply new lint rules to yet more packages (#15486)

This commit is contained in:
Andy
2017-03-29 14:46:16 -07:00
committed by GitHub
parent 2628148cfc
commit d426ff3083
24 changed files with 197 additions and 222 deletions

View File

@@ -6,7 +6,6 @@
/// <reference types="rx-lite" />
declare namespace Rx {
interface Pattern1<T1> {
and<T2>(other: Observable<T2>): Pattern2<T1, T2>;
thenDo<TR>(selector: (item1: T1) => TR): Plan<TR>;