toArray.js 154 B

12345
  1. import { toArray as higherOrder } from 'rxjs/operators';
  2. export function toArray() {
  3. return higherOrder()(this);
  4. }
  5. //# sourceMappingURL=toArray.js.map