biofriction-wp-theme/node_modules/rxjs/add/observable/bindCallback.d.ts

7 lines
208 B
TypeScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { bindCallback as staticBindCallback } from '../../observable/bindCallback';
declare module '../../Observable' {
namespace Observable {
let bindCallback: typeof staticBindCallback;
}
}