Skip to content

Commit 4ba2779

Browse files
committed
feat(@142vip/utils): 优化http枚举,简化constants常量导出
1 parent 4c91457 commit 4ba2779

File tree

4 files changed

+1
-117
lines changed

4 files changed

+1
-117
lines changed

packages/utils/src/constants.ts

Lines changed: 0 additions & 111 deletions
This file was deleted.
File renamed without changes.

packages/utils/src/enums/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ export * from './cli-commander.interface'
22
export * from './cpu-architecture.enum'
33
export * from './exit-code.enum'
44
export * from './git.interface'
5+
export * from './http.enum'
56
export * from './registry-address.enum'
67
export * from './release-version.enum'

packages/utils/src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
// 常量
2-
export * from './constants'
3-
41
export * from './core'
5-
62
export * from './enums'
7-
export * from './http'
8-
93
// pkgs目录
104
export * from './pkgs'

0 commit comments

Comments
 (0)