UNPKG
@tygr/core
Version:
beta (1.0.1)
latest (1.0.5)
1.0.5
1.0.2
1.0.1
1.0.0
Combine redux capable node modules into angular projects with ease.
@tygr/core
/
dist
/
of-type.js
7 lines
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
ofType
(
action
) {
return
(
a
) =>
a.
type
=== action; }
exports
.
ofType
= ofType;
//# sourceMappingURL=of-type.js.map