materialize.js 166 B

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