Files
smartevent/ts/smartevent.plugins.ts

6 lines
144 B
TypeScript
Raw Permalink Normal View History

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