aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/core-utils/common/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/core-utils/common/index.ts')
-rw-r--r--shared/core-utils/common/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/core-utils/common/index.ts b/shared/core-utils/common/index.ts
index 720977ead..8d63ee1b2 100644
--- a/shared/core-utils/common/index.ts
+++ b/shared/core-utils/common/index.ts
@@ -2,6 +2,7 @@ export * from './array'
2export * from './random' 2export * from './random'
3export * from './date' 3export * from './date'
4export * from './env' 4export * from './env'
5export * from './number'
5export * from './object' 6export * from './object'
6export * from './path' 7export * from './path'
7export * from './regexp' 8export * from './regexp'