8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
|
import 'typings-global'
|
||
|
import * as smartq from 'smartq'
|
||
|
import events = require('events')
|
||
|
|
||
|
export {
|
||
|
events,
|
||
|
smartq
|
||
|
}
|