Skip to content

Commit

Permalink
feat(utils & runtime-base): 为编译时&运行时提供统一的工具函数
Browse files Browse the repository at this point in the history
  • Loading branch information
hwaphon committed Apr 28, 2024
1 parent 2c3097f commit fe8b84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-base/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from './compose'
export * from './generateId'
export * from './getSharedProperty'
export * from './hasOwnProperty'
export * from './pairs'
export * from './transformApis'
1 change: 1 addition & 0 deletions packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export * from './babelDeps'
export * from './constants'
export * from './hooks'
export * from './moduleGraph'
export * from './pairs'
export * from './queue'
export * from './types'
export * from './utils'
Expand Down

0 comments on commit fe8b84c

Please sign in to comment.