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

7 lines
173 B
TypeScript
Raw Permalink Normal View History

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