Skip to content

Commit

Permalink
remove satisfies
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Apr 28, 2024
1 parent 1b8f87f commit 3966391
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 @@ -585,7 +585,7 @@ const symbols = {
parameters: [],
result: "i32",
},
} as const satisfies Deno.ForeignLibraryInterface;
} as const;

let lib: Deno.DynamicLibrary<typeof symbols>["symbols"];

Expand Down

0 comments on commit 3966391

Please sign in to comment.