smartevent/ts/smartevent.plugins.ts

8 lines
121 B
TypeScript
Raw Normal View History

2017-04-29 19:23:26 +00:00
import 'typings-global'
import * as smartq from 'smartq'
import events = require('events')
export {
events,
smartq
}