core: add function for checking compability with server

This commit is contained in:
Abdullah Atta
2024-08-07 15:20:45 +05:00
committed by Abdullah Atta
parent 31453dc098
commit cc3ccd041d
2 changed files with 7 additions and 0 deletions

View File

@@ -32,3 +32,4 @@ export {
type TextSlice
} from "./utils/content-block";
export { type DatabaseUpdatedEvent } from "./database";
export { isServerCompatible } from "./utils/constants";