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

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

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

Get user config

type

(defaultConfig?: { [key: string]: unknown; }) => Config