mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-27 21:35:24 +00:00
6 lines
238 B
JavaScript
6 lines
238 B
JavaScript
/** PURE_IMPORTS_START .._.._Observable,.._.._observable_of PURE_IMPORTS_END */
|
|
import { Observable } from '../../Observable';
|
|
import { of as staticOf } from '../../observable/of';
|
|
Observable.of = staticOf;
|
|
//# sourceMappingURL=of.js.map
|