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.d.ts
2 lines
(1 loc)
•
69 B
TypeScript
View Raw
1
2
export
declare
function
ofType
(
action:
string
): (
Action
) =>
boolean
;