UNPKG

hot-updater

Version:

React Native OTA solution for self-hosted

3 lines (2 loc) 109 B
import { type Commit } from "es-git"; export declare const getLatestGitCommit: () => Promise<Commit | null>;