UNPKG

@tygr/core

Version:

Combine redux capable node modules into angular projects with ease.

7 lines 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function ofType(action) { return (a) => a.type === action; } exports.ofType = ofType; //# sourceMappingURL=of-type.js.map