Opal-Estate-Pro/node_modules/rxjs/add/observable/using.d.ts
2019-09-13 09:44:33 +07:00

7 lines
173 B
TypeScript

import { using as staticUsing } from '../../observable/using';
declare module '../../Observable' {
namespace Observable {
let using: typeof staticUsing;
}
}