UNPKG

react-monaco-editor

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