Skip to content

Commit

Permalink
Update ffi.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 20, 2024
1 parent 6d43b36 commit 73c553b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bun-types/ffi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ declare module "bun:ffi" {
["function"]: FFIType.pointer; // for now
["usize"]: FFIType.uint64_t; // for now
["callback"]: FFIType.pointer; // for now
["napi_env"]: never;
["napi_value"]: unknown;
["napi_env"]: FFIType.napi_env;
["napi_value"]: FFIType.napi_value;
["buffer"]: FFIType.buffer;
}

Expand Down

0 comments on commit 73c553b

Please sign in to comment.