This commit is contained in:
2017-04-29 21:23:26 +02:00
commit 5b02d2321e
13 changed files with 444 additions and 0 deletions

8
ts/smartevent.plugins.ts Normal file
View File

@@ -0,0 +1,8 @@
import 'typings-global'
import * as smartq from 'smartq'
import events = require('events')
export {
events,
smartq
}