Skip to content

Commit 3b91c10

Browse files
export aggregateObjects (#30)
* export aggregateObjects * update package version
1 parent 84d82fb commit 3b91c10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Transcend Inc.",
33
"name": "@transcend-io/type-utils",
44
"description": "Small package containing useful typescript utilities.",
5-
"version": "1.7.0",
5+
"version": "1.7.1",
66
"homepage": "https://github.com/transcend-io/type-utils",
77
"repository": {
88
"type": "git",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ export * from './types';
1212
export * from './valuesOf';
1313
export * from './findAllWithRegex';
1414
export * from './flattenObject';
15+
export * from './aggregateObjects';

0 commit comments

Comments
 (0)