UNPKG

@tygr/core

Version:

Combine redux capable node modules into angular projects with ease.

2 lines (1 loc) 53 B
export declare type Selector<T> = (state: any) => T;