psperber / redux-persist-electron-storage

Redux persist adapter for electron-store
52 stars 5 forks source link

Added typings for typescript (resolves #8) #9

Closed bmatcuk closed 5 years ago

bmatcuk commented 5 years ago

You can "test" the typings by running the typescript compiler (tsc) in the typings directory. The test file simply tries several things that should all be valid, according to the typings. The compiler won't actually run any code, and since the tsconfig.json file has noEmit set to true, it won't actually produce any output, either. That means the tests passed.

psperber commented 5 years ago

Thank you very much!

bmatcuk commented 5 years ago

Thanks for the project =)