webdetector/ts/webdetector.plugins.ts

8 lines
136 B
TypeScript
Raw Normal View History

2018-12-19 16:17:25 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartrx from '@pushrocks/smartrx';
2018-12-18 16:58:06 +00:00
export {
2018-12-19 16:17:25 +00:00
smartdelay,
smartrx
2018-12-18 16:58:06 +00:00
}