Skip to main content
Module

x/alfredo/mod.ts>alfredo.log

Your Alfred workflows on steroids with Deno
Go to Latest
variable alfredo.log
import { alfredo } from "https://deno.land/x/alfredo@0.4.1/mod.ts";
const { log } = alfredo;

Log something to stderr, which shows up while debugging (but does not affect the UI)

type

(output: unknown) => void