import { Config } from "https://deno.land/x/alfredo@0.4.1/lib/alfredo/config/conf.ts";
Constructors
new
Config(options: ConfigParameters)Properties
private
_options: ConfigParametersMethods
private
_containsReservedKey(key: string)private
_ensureDirectory()private
_write(value: string)clear()
delete(key: string)
get(key: string, defaultValue?: unknown)
has(key: string)
reset(...keys: string[])
set(key: string, value: unknown)