Skip to content

Commit e447b6a

Browse files
committed
Add comment to buffer layout types
1 parent 77dd3fb commit e447b6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/anchor/types/buffer-layout/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
declare module 'buffer-layout' {
26
// TODO: remove `any`.
37
export class Layout<T = any> {

0 commit comments

Comments
 (0)