/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/rxjs/src/add/operator/concatAll.ts
10 строк
250 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
import { Observable } from '../../Observable'; import { concatAll } from '../../operator/concatAll'; Observable.prototype.concatAll = concatAll; declare module '../../Observable' { interface Observable<T> { concatAll: typeof concatAll; } }