Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isExecutable

import { isExecutable } from "https://garn.io/ts/v0.0.20/executable.ts";
function isExecutable(e: unknown): e is Executable;
§
isExecutable(e: unknown): e is Executable
[src]

§Parameters

§
e: unknown
[src]

§Return Type