7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import { using as staticUsing } from 'rxjs';
|
|
declare module 'rxjs/internal/Observable' {
|
|
namespace Observable {
|
|
let using: typeof staticUsing;
|
|
}
|
|
}
|