shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
11 lines (8 loc) • 325 B
JavaScript
import { useQuery } from '@tanstack/react-query';
import { M as getGoogleStatus } from './baseCommand-CTn3KGH3.js';
import { k as cacheKeys } from './baseGameCommand-8VL7xe-O.js';
const useGoogleStatus = () => useQuery({
queryFn: getGoogleStatus,
queryKey: cacheKeys.googleStatus()
});
export { useGoogleStatus as u };