Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alfredo/lib/client/linking.ts>getTarget

Your Alfred workflows on steroids with Deno
Latest
variable getTarget
import { getTarget } from "https://deno.land/x/alfredo@0.4.3/lib/client/linking.ts";

Returns a target in the workflow folder

type

(name: string) => Promise<{ target: string | null; symlink: boolean | null; }>