UNPKG

react-monaco-editor

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