detector/ts/detector.plugins.ts

6 lines
161 B
TypeScript
Raw Normal View History

2021-04-13 08:30:33 +00:00
// pushrocks scope
import * as smartnetwork from '@pushrocks/smartnetwork';
import * as smarturl from '@pushrocks/smarturl';
2022-07-16 16:15:23 +00:00
export { smartnetwork, smarturl };