From 9162fdd36300d2478f13d6ad346ec2c323f40faa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Jul 2021 14:12:39 +0200 Subject: Refactor video links building --- shared/core-utils/common/index.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shared/core-utils/common/index.ts (limited to 'shared/core-utils/common/index.ts') diff --git a/shared/core-utils/common/index.ts b/shared/core-utils/common/index.ts new file mode 100644 index 000000000..83f2ccbb6 --- /dev/null +++ b/shared/core-utils/common/index.ts @@ -0,0 +1,5 @@ +export * from './date' +export * from './miscs' +export * from './regexp' +export * from './types' +export * from './url -- cgit v1.2.3