smartevent/ts/smartevent.plugins.ts

6 lines
144 B
TypeScript
Raw Permalink Normal View History

2023-07-10 00:48:58 +00:00
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2023-07-10 00:48:58 +00:00
import * as events from 'events';
2017-04-29 19:23:26 +00:00
export { events, smartpromise };