4 lines
157 B
JavaScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
import { Observable } from '../../Observable';
import { of as staticOf } from '../../observable/of';
Observable.of = staticOf;
//# sourceMappingURL=of.js.map