UNPKG

react-monaco-editor

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