Type Alias deno_core::error::JsErrorCreateFn

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