using.d.ts 173 B

123456
  1. import { using as staticUsing } from '../../observable/using';
  2. declare module '../../Observable' {
  3. namespace Observable {
  4. let using: typeof staticUsing;
  5. }
  6. }