UNPKG

react-monaco-editor

Version:
11 lines (8 loc) 268 B
import { Observable } from '../../Observable'; import { timeInterval } from '../../operator/timeInterval'; Observable.prototype.timeInterval = timeInterval; declare module '../../Observable' { interface Observable<T> { timeInterval: typeof timeInterval; } }