electron-store
electron-store
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etcElectron doesn’t have a built-in way to persis...
1234567891011121314151617/** * Make a map and return a function for checking if a key * is in that map. */export function makeMap ( str: string, expectsLowerCase?: boolean): (key: strin...