biofriction-wp-theme/node_modules/rxjs/_esm2015/observable/of.js

3 lines
121 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { ArrayObservable } from './ArrayObservable';
export const of = ArrayObservable.of;
//# sourceMappingURL=of.js.map