We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83124f8 commit 5cb116fCopy full SHA for 5cb116f
src/lib/utils/util.ts
@@ -1,9 +1,9 @@
1
import { lib as KeetaNetLib } from '@keetanetwork/keetanet-client';
2
3
-const util = KeetaNetLib.Utils.Helper.util;
+const util: typeof KeetaNetLib.Utils.Helper.util = KeetaNetLib.Utils.Helper.util;
4
5
-const types = util.types;
6
-const inspect = util.inspect;
+const types: typeof util.types = util.types;
+const inspect: typeof util.inspect = util.inspect;
7
8
export {
9
types,
0 commit comments