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 = NativeResultTypeProperties Jump to heading
The parameters of the callbacks.
The current result of the callback.