Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alfredo/lib/alfredo/mod.ts>log

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

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

type

(output: unknown) => void