Skip to content

Commit

Permalink
Merge pull request #151 from tusharmath/updates
Browse files Browse the repository at this point in the history
feat(extra): export EVENT ns
  • Loading branch information
tusharmath authored Feb 17, 2017
2 parents 985ab6a + b9b8139 commit 4140c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Created by tushar on 10/12/16.
*/

export {curry, compose} from './src/lib/Utils'
export {EVENT} from './src/testing/Events'
export {fromArray} from './src/sources/FromArray'
export {TestScheduler} from './src/testing/TestScheduler'
export {curry, compose} from './src/lib/Utils'

0 comments on commit 4140c44

Please sign in to comment.