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 0d3c9d1 commit 6b04b02Copy full SHA for 6b04b02
packages/math-utils/package.json
@@ -43,6 +43,7 @@
43
"bugs": {
44
"url": "https://github.com/@aave/aave-utilities/issues"
45
},
46
+ "sideEffects": false,
47
"homepage": "https://github.com/@aave/aave-utilities#readme",
48
"gitHead": "47a9a6d1f940185ab1e7f6c2bea61564b2abe47a"
49
}
packages/math-utils/src/index.ts
@@ -2,3 +2,4 @@ export * from './bignumber';
2
export * from './constants';
3
export * from './ray.math';
4
export * from './pool-math';
5
+export * from './formatters/user';
0 commit comments