We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5d01b commit d5e697eCopy full SHA for d5e697e
eliza/types/index.ts
@@ -0,0 +1,5 @@
1
+declare global {
2
+ interface Buffer extends Uint8Array {}
3
+}
4
+
5
+export {};
0 commit comments