Skip to content

Commit da69c16

Browse files
evertbouwbenlesh
authored andcommitted
fix(of): remove deprecation comment to prevent false positive warning (#4724)
1 parent 66148cb commit da69c16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/internal/observable

‎src/internal/observable/of.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export function of<T, T2, T3, T4, T5, T6, T7, T8>(a: T, b: T2, c: T3, d: T4, e:
2626
/** @deprecated use {@link scheduled} instead `scheduled([a, b, c], scheduler)` */
2727
exportfunctionof<T,T2,T3,T4,T5,T6,T7,T8,T9>(a: T,b: T2,c: T3,d: T4,e: T5,f: T6,g: T7,h: T8,i: T9,scheduler: SchedulerLike):
2828
Observable<T|T2|T3|T4|T5|T6|T7|T8|T9>;
29-
/** @deprecated use {@link scheduled} instead `scheduled([a, b, c], scheduler)` */
3029
exportfunctionof<T>(...args: (T|SchedulerLike)[]): Observable<T>;
3130

3231
// TODO(benlesh): Update the typings for this when we can switch to TS 3.x

0 commit comments

Comments
 (0)