Skip to content

Commit

Permalink
Adding missing export (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGamero authored Dec 19, 2024
1 parent 9725fa5 commit b65eb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/universal-ts-utils/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export * from './public/object/convertDateFieldsToIsoString.js'
export * from './public/object/copyWithoutEmpty.js'
export * from './public/object/copyWithoutNullish.js'
export * from './public/object/deepClone.js'
export * from './public/object/groupBy.js'
export * from './public/object/groupByPath.js'
export * from './public/object/groupByUnique.js'
export * from './public/object/isEmpty.js'
Expand Down

0 comments on commit b65eb99

Please sign in to comment.