typedux
Version:
Slightly adjusted Redux (awesome by default) for TS
22 lines (16 loc) • 401 B
text/typescript
import "source-map-support/register"
// declare global {
// const sinon: typeof sinonGlobal
// const expect: typeof chaiGlobal.expect
// const assert: typeof chaiGlobal.assert
// const config:any
// }
//
// g.config = chaiGlobal.config
// g.assert = chaiGlobal.assert
// g.expect = chaiGlobal.expect
// g.sinon = sinonGlobal
const g = global as any
g.Promise = require('bluebird')
export {
}