blob: 267d9bbba60685f28baac37097fc1604eb475efa [file] [log] [blame]
import { Observable } from '../../Observable';
import { of as staticOf } from '../../observable/of';
Observable.of = staticOf;
//# sourceMappingURL=of.js.map