mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 17:19:08 +00:00
4 lines
181 B
JavaScript
4 lines
181 B
JavaScript
![]() |
import { Observable } from '../../Observable';
|
||
|
import { concat as concatStatic } from '../../observable/concat';
|
||
|
Observable.concat = concatStatic;
|
||
|
//# sourceMappingURL=concat.js.map
|