sindresorhus / electron-store

Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
MIT License
4.61k stars 150 forks source link

[BUG] missing TypeScript property beforeEachMigration inside ConfOptions #231

Closed mtdvlpr closed 2 years ago

mtdvlpr commented 2 years ago

I want to use the beforeEachMigration function, but it hasn't been added to the type definitions yet. Please fix this!

sindresorhus commented 2 years ago

Try to reinstall node_modules. It shows for me.

Screen Shot 2022-07-30 at 13 47 04
mtdvlpr commented 2 years ago

My bad, it's there now. Thanks!