mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-28 13:55:24 +00:00
6 lines
252 B
JavaScript
6 lines
252 B
JavaScript
|
/** PURE_IMPORTS_START .._.._Observable,.._.._observable_from PURE_IMPORTS_END */
|
||
|
import { Observable } from '../../Observable';
|
||
|
import { from as staticFrom } from '../../observable/from';
|
||
|
Observable.from = staticFrom;
|
||
|
//# sourceMappingURL=from.js.map
|