Deno_jll.denoMethod
deno(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of deno.

Example

deno() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Deno_jll.denoMethod
deno(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of deno. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(deno()) $arguments`)
Julia 1.6
Deno_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.