using.ts 252 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import { Observable } from '../../Observable'; import { using as staticUsing } from '../../observable/using'; Observable.using = staticUsing; declare module '../../Observable' { namespace Observable { export let using: typeof staticUsing; } }