UNPKG

react-monaco-editor

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