You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Like this template? Please consider [supporting the development ❤️](https://
67
67
The entrypoint for the userscript. This is where you should call your own code from.
68
68
-**`src/config.ts`**
69
69
This file contains the DataStore instance that should be used to hold your userscript's configuration object.
70
-
The DataStore class is really powerful and does a lot of the heavy lifting for you. More instances can also be created to hold different types of data that should be persisted between sessions.
70
+
The DataStore class is very powerful and does a lot of the heavy lifting for you. More instances can also be created to hold different types of data that should be persisted between sessions, cached in-memory for fast access and be tagged with a version number, so migration functions can be used to migrate the data to any upcoming format.
71
71
For more info, please read the [DataStore documentation.](https://github.com/Sv443-Network/UserUtils#datastore)
72
72
-**`src/constants.ts`**
73
73
Contains some constant variables that are used throughout the userscript's runtime code.
0 commit comments