Files
SecureNotes/src/types.d.ts
Fabian Stamm 86ae6acc92 Small improvements:
- Switch to CodeMirror
- Switch to Parcel Bundler
- Fix synchronisation bug
- Update dependencies
2020-11-24 21:59:32 +01:00

4 lines
39 B
TypeScript
Executable File

interface Window {
debug: any;
}