Files
detector/ts/detector.plugins.ts

6 lines
163 B
TypeScript
Raw Normal View History

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