Skip to main content
Module

x/coffee/mod.ts>Coffee

Deno Configuration
Latest
class Coffee
import { Coffee } from "https://deno.land/x/coffee@1.0.0/mod.ts";

Properties

private
fileExts: string[]
private
isLoaded: boolean
private
loadOptions: LoadOptions
configs: Configs
parsers: { [k: string]: Parser; }
runtimeAPI: RuntimeAPI

Methods

private
loadConfigs()
private
readConfigFile(fileName: string): Configs | undefined
get(path: string): Validateable
has(path: string): boolean
load(opts?: Partial<LoadOptions>): void
set(path: string, value: string | number | boolean): void