smartevent/ts/smartevent.plugins.ts
2017-04-29 21:23:26 +02:00

8 lines
121 B
TypeScript

import 'typings-global'
import * as smartq from 'smartq'
import events = require('events')
export {
events,
smartq
}