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

7 lines
173 B
TypeScript

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