Skip to main content
Module

x/alfredo/mod.ts>alfredo.userConfig

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

Get user config

type

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