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