UNPKG

ts-action-operators

Version:

TypeScript action operators for NgRx and redux-observable

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