Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Context

Hierarchy

  • Context

Index

Properties

cachePath

cachePath: string

Location of the database cache file (JSON file)

logger

logger: function

Method used to log.

console.log is usually supplied but it may be handy to pipe it elsewhere later

Type declaration

    • (e: any): void
    • Parameters

      • e: any

      Returns void

maxDbSizeMB

maxDbSizeMB: number

Maximum database size in megabytes

Generated using TypeDoc