Skip to content

Commit

Permalink
export aggregateObjects (#30)
Browse files Browse the repository at this point in the history
* export aggregateObjects

* update package version
  • Loading branch information
abrantesarthur authored Jan 14, 2025
1 parent 84d82fb commit 3b91c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/type-utils",
"description": "Small package containing useful typescript utilities.",
"version": "1.7.0",
"version": "1.7.1",
"homepage": "https://github.com/transcend-io/type-utils",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export * from './types';
export * from './valuesOf';
export * from './findAllWithRegex';
export * from './flattenObject';
export * from './aggregateObjects';

0 comments on commit 3b91c10

Please sign in to comment.