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
/
selector.d.ts
2 lines
(1 loc)
•
53 B
TypeScript
View Raw
1
2
export
declare
type
Selector
<T> =
(
state
:
any
) =>
T;