biofriction-wp-theme/node_modules/rxjs/_esm5/add/operator/sample.js

6 lines
250 B
JavaScript

/** PURE_IMPORTS_START .._.._Observable,.._.._operator_sample PURE_IMPORTS_END */
import { Observable } from '../../Observable';
import { sample } from '../../operator/sample';
Observable.prototype.sample = sample;
//# sourceMappingURL=sample.js.map