mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
385 B
TypeScript
13 lines
385 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.8
|
|
|
|
import Dispatcher = require("./lib/Dispatcher");
|
|
|
|
export {
|
|
Dispatcher
|
|
};
|