bindCallback.d.ts 143 Bytes
Newer Older
patcharaporn's avatar
patcharaporn committed
1 2
import { BoundCallbackObservable } from './BoundCallbackObservable';
export declare const bindCallback: typeof BoundCallbackObservable.create;