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

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

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

Returns a target in the workflow folder

type

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