export function ensureGlobalContextSchemaVersion()

in src/globalContext.ts [53:57]


export function ensureGlobalContextSchemaVersion() {
    if (schemaVersion != globalObject.__satchelGlobalContext.schemaVersion) {
        throw new Error('Detected incompatible SatchelJS versions loaded.');
    }
}