UNPKG

typedux

Version:

Slightly adjusted Redux (awesome by default) for TS

8 lines (7 loc) 142 B
export declare class Flag<D = any> { data?: D; private state; set(): this; get isSet(): boolean; constructor(data?: D); }