webdetector/ts/webdetector.plugins.ts
2018-12-19 17:17:25 +01:00

8 lines
136 B
TypeScript

import * as smartdelay from '@pushrocks/smartdelay';
import * as smartrx from '@pushrocks/smartrx';
export {
smartdelay,
smartrx
}