mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 15:47:08 +00:00
Have a single place to define the repo url
This commit is contained in:
@@ -11,6 +11,8 @@ import config from './Config.js'
|
||||
import type { VersionId } from './services/index.js'
|
||||
import { checkVersion } from './services/index.js'
|
||||
|
||||
export const SOURCE_REPO_URL = 'https://github.com/misode/misode.github.io'
|
||||
|
||||
export function isPromise(obj: any): obj is Promise<any> {
|
||||
return typeof (obj as any)?.then === 'function'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user