UNPKG

@development-environment/linting

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