mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
Apply new lint rules to yet more packages (#15486)
This commit is contained in:
1
types/rx-lite-joinpatterns/index.d.ts
vendored
1
types/rx-lite-joinpatterns/index.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user