UNPKG

306 BJavaScriptView Raw
1/**
2 * Copyright 2014, Yahoo! Inc.
3 * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
4 */
5var Fluxible = require('./lib/Fluxible');
6Fluxible.Fluxible = require('./lib/Fluxible');
7Fluxible.contextTypes = require('./lib/contextTypes');
8
9module.exports = Fluxible;