Skip to content

Commit 5cb116f

Browse files
committed
Add type definitions
1 parent 83124f8 commit 5cb116f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/utils/util.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { lib as KeetaNetLib } from '@keetanetwork/keetanet-client';
22

3-
const util = KeetaNetLib.Utils.Helper.util;
3+
const util: typeof KeetaNetLib.Utils.Helper.util = KeetaNetLib.Utils.Helper.util;
44

5-
const types = util.types;
6-
const inspect = util.inspect;
5+
const types: typeof util.types = util.types;
6+
const inspect: typeof util.inspect = util.inspect;
77

88
export {
99
types,

0 commit comments

Comments
 (0)