UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

8 lines (7 loc) 294 B
import { AureliaConfiguration } from "aurelia-configuration"; export declare class ConfigurationService { private configure; constructor(configure: AureliaConfiguration); get(key: string, defaultValue?: string): any; set(key: string, value: any): ConfigurationService; }