Skip to main content
Module

x/alfredo/mod.ts>Config

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

Constructors

new
Config(options: ConfigParameters)

Properties

private
_options: ConfigParameters
defaultValues: Record<string, unknown>
deserialize: Function
readonly
options
path: string
serialize: Function
readonly
size
store

Methods

private
_containsReservedKey(key: string)
private
_write(value: string)
delete(key: string)
get(key: string, defaultValue?: unknown)
has(key: string)
reset(...keys: string[])
set(key: string, value: unknown)