UNPKG

react-monaco-editor

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