mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
a38a1f91cf
This commit simplifies the TypeScript types used for interacting with Deno FFI. The basis is that types are now first grouped into logical wholes, NativeNumberType, NativeBigIntType etc. These wholes are combined into the NativeType and NativeResultType general types. Additionally, this PR removes the { function: { parameters: [], result: "void" } } type declaration from parameters (and result types. Now functions are merely passed and returned as "function". |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |