UNPKG

@development-environment/linting

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