Files
2023-07-12 16:31:19 +01:00

3 lines
143 B
TypeScript
Executable File

import { BoundCallbackObservable } from './BoundCallbackObservable';
export declare const bindCallback: typeof BoundCallbackObservable.create;