mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
* Recreated types for flux@3.1.2. * Added backward compatibility with implementation. Added overload for create method. * Fixed tslint error in tests. * Added one more test for old implementation. * Added more gerenrics in create method. Updated tests. * Fixed errors. * Typescript version changed to 2.2. * Updated `createFunctional` return.
13 lines
386 B
TypeScript
13 lines
386 B
TypeScript
// Type definitions for Flux 3.1
|
|
// Project: http://facebook.github.io/flux/
|
|
// Definitions by: Steve Baker <https://github.com/stkb/>
|
|
// Giedrius Grabauskas <https://github.com/GiedriusGrabauskas/>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import * as Dispatcher from "./lib/Dispatcher";
|
|
|
|
export {
|
|
Dispatcher
|
|
};
|