detector/ts/detector.plugins.ts

9 lines
165 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';
export {
smartnetwork,
smarturl
};