X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Findex.ts;h=a198557614e00bcaa52f5cb78d9906159735bb3e;hb=642ff003a2190de4fe0ee53756f58ae88ad267b0;hp=3b95b4b99b3fe5203ddb302b69b15f1469256549;hpb=57d6503286b114fee61b5e4725825e2490dcac29;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/index.ts b/client/src/root-helpers/index.ts index 3b95b4b99..a19855761 100644 --- a/client/src/root-helpers/index.ts +++ b/client/src/root-helpers/index.ts @@ -4,5 +4,7 @@ export * from './images' export * from './local-storage-utils' export * from './peertube-web-storage' export * from './plugins-manager' +export * from './string' +export * from './url' export * from './utils' export * from './video'