interface Deno.UnsafeCallbackDefinition
Definition of a unsafe callback function.
Type Parameters Jump to heading
Jump to headingParameters extends readonly NativeType[] = readonly NativeType[]
Jump to headingResult extends NativeResultType = NativeResultType
Properties Jump to heading
The parameters of the callbacks.
The current result of the callback.