Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dax/src/common.ts>getExecutableShebang

Cross platform shell tools for Deno inspired by zx.
Extremely Popular
Go to Latest
function getExecutableShebang
import { getExecutableShebang } from "https://deno.land/x/dax@0.33.0/src/common.ts";

Parameters

reader: Deno.Reader

Returns

Promise<ShebangInfo | undefined>