Type Alias deno_core::error::JsErrorCreateFn

source ยท
pub type JsErrorCreateFn = dyn Fn(JsError) -> Error;