7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import { bindCallback as staticBindCallback } from 'rxjs';
|
|
declare module 'rxjs/internal/Observable' {
|
|
namespace Observable {
|
|
let bindCallback: typeof staticBindCallback;
|
|
}
|
|
}
|