diff options
Diffstat (limited to 'shared/core-utils/common/index.ts')
-rw-r--r-- | shared/core-utils/common/index.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/shared/core-utils/common/index.ts b/shared/core-utils/common/index.ts deleted file mode 100644 index 8d63ee1b2..000000000 --- a/shared/core-utils/common/index.ts +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | export * from './array' | ||
2 | export * from './random' | ||
3 | export * from './date' | ||
4 | export * from './env' | ||
5 | export * from './number' | ||
6 | export * from './object' | ||
7 | export * from './path' | ||
8 | export * from './regexp' | ||
9 | export * from './time' | ||
10 | export * from './promises' | ||
11 | export * from './url' | ||
12 | export * from './version' | ||