Class Config

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(repo: any): Config

Parameters

  • repo: any

Returns

Config

Properties

public data: any

public repo: any

Methods

public fetch(key: any, defaultValue: any): any

Parameters

  • key: any
  • defaultValue: any

Returns

any

public set(key: any, value: any, callback: Function)

Parameters

  • key: any
  • value: any
  • callback: Function