Deno.NativeFunctionType

UNSTABLE: New API, yet to be vetted.

The native function type for interfacing with foreign functions.

type NativeFunctionType = "function";

§Type

§
"function"
[src]