UNPKG

ts-action-operators

Version:

TypeScript action operators for NgRx and redux-observable

5 lines (4 loc) 136 B
import { map } from "rxjs/operators"; export function toPayload() { return map(function (action) { return action.payload; }); }