Module: util/PersistentSettings

This module provides persistent settings support to the app. It uses node-persist which provides a local storage api for saving settings. It takes in a config object found in the project_root/config folder of the app and returns a new wrapper object for setting and accessing persistent settings.

Author:
  • Serge Babayan
Source:

Requires

  • module:path
  • module:node-persist

Classes

PersistentSettings