We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d82fb commit 3b91c10Copy full SHA for 3b91c10
package.json
@@ -2,7 +2,7 @@
2
"author": "Transcend Inc.",
3
"name": "@transcend-io/type-utils",
4
"description": "Small package containing useful typescript utilities.",
5
- "version": "1.7.0",
+ "version": "1.7.1",
6
"homepage": "https://github.com/transcend-io/type-utils",
7
"repository": {
8
"type": "git",
src/index.ts
@@ -12,3 +12,4 @@ export * from './types';
12
export * from './valuesOf';
13
export * from './findAllWithRegex';
14
export * from './flattenObject';
15
+export * from './aggregateObjects';
0 commit comments