UNPKG

@cuba-platform/front-generator

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