Skip to content

Commit

Permalink
preapre for jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Apr 6, 2024
1 parent c6eacda commit 9b3e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ const SYMBOLS = {
parameters: [CapContext, CapStream],
result: "u32",
},
} as const;
} satisfies Deno.ForeignLibraryInterface;

/**
* Represents the dynamic library instance.
Expand Down

0 comments on commit 9b3e97f

Please sign in to comment.