This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackages.ts
43 lines (43 loc) · 3.03 KB
/
packages.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* Please keep the below exports in alphabetical order */
export { default as adRadar } from './packages/ad-radar/dist/index.mjs'
export { default as amazon } from './packages/amazon/dist/index.mjs'
export { default as apple } from './packages/apple/dist/index.mjs'
export { default as appleTracker } from './packages/apple-tracker/dist/index.mjs'
export { default as appleTrackerAgg } from './packages/apple-tracker-agg/dist/index.mjs'
export { default as bookbeat } from './packages/bookbeat/dist/index.mjs'
export { default as demdex } from './packages/demdex/dist/index.mjs'
export { default as easyjet } from './packages/easyjet/dist/index.mjs'
export { default as explorer } from './packages/explorer/dist/index.mjs'
export { default as facebook } from './packages/facebook/dist/index.mjs'
export { default as finnair } from './packages/finnair/dist/index.mjs'
export { default as fitbit } from './packages/fitbit/dist/index.mjs'
export { default as fullContact } from './packages/full-contact/dist/index.mjs'
export { default as gigantti } from './packages/gigantti/dist/index.mjs'
export { default as google } from './packages/google/dist/index.mjs'
export { default as googleAgg } from './packages/google-agg/dist/index.mjs'
export { default as helsinginSanomat } from './packages/helsingin-sanomat/dist/index.mjs'
export { default as her } from './packages/her/dist/index.mjs'
export { default as herTinderAgg } from './packages/her-tinder-agg/dist/index.mjs'
export { default as hsl } from './packages/hsl/dist/index.mjs'
export { default as instagram } from './packages/instagram/dist/index.mjs'
export { default as kRyhma } from './packages/k-ryhma/dist/index.mjs'
export { default as lime } from './packages/lime/dist/index.mjs'
export { default as linkedin } from './packages/linkedin/dist/index.mjs'
export { default as netflix } from './packages/netflix/dist/index.mjs'
export { default as other } from './packages/other/dist/index.mjs'
export { default as sRyhma } from './packages/s-ryhma/dist/index.mjs'
export { default as sbb } from './packages/sbb/dist/index.mjs'
export { default as signal } from './packages/signal/dist/index.mjs'
export { default as spotify } from './packages/spotify/dist/index.mjs'
export { default as strava } from './packages/strava/dist/index.mjs'
export { default as tiktok } from './packages/tiktok/dist/index.mjs'
export { default as tinder } from './packages/tinder/dist/index.mjs'
export { default as trackerControl } from './packages/tracker-control/dist/index.mjs'
export { default as trackerControlAgg } from './packages/tracker-control-agg/dist/index.mjs'
export { default as twitter } from './packages/twitter/dist/index.mjs'
export { default as uber } from './packages/uber/dist/index.mjs'
export { default as uberDriver } from './packages/uber-driver/dist/index.mjs'
export { default as voi } from './packages/voi/dist/index.mjs'
export { default as whatsapp } from './packages/whatsapp/dist/index.mjs'
export { default as wolt } from './packages/wolt/dist/index.mjs'
export { default as youtube } from './packages/youtube/dist/index.mjs'