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 77dd3fb commit e447b6aCopy full SHA for e447b6a
src/anchor/types/buffer-layout/index.d.ts
@@ -1,3 +1,7 @@
1
+// Borrowed from coral-xyz/anchor
2
+//
3
+// https://github.com/coral-xyz/anchor/blob/master/ts/packages/anchor/types/buffer-layout/index.d.ts
4
+
5
declare module 'buffer-layout' {
6
// TODO: remove `any`.
7
export class Layout<T = any> {
0 commit comments