UNPKG

@development-environment/linting

Version:
7 lines (6 loc) 165 B
import { observeOn } from '../../operator/observeOn'; declare module '../../Observable' { interface Observable<T> { observeOn: typeof observeOn; } }