Skip to content

Commit

Permalink
fix: miss export some function
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatAuk committed Jan 17, 2024
1 parent 4ded2c2 commit d119470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export * from './defineDictionary'
export * from './doPathValue'
export * from './encryptPhone'
export * from './escapeStringRegexp'
export * from './fenToYuan'
export * from './formatNumberThousand'
export * from './getFileName'
export * from './getQueryParams'
Expand All @@ -39,3 +40,5 @@ export * from './union'
export * from './unique'
export * from './uniqueWith'
export * from './vendor'
export * from './yuanFormat'
export * from './yuanToFen'

0 comments on commit d119470

Please sign in to comment.