UNPKG

@starship-ci/client

Version:
4 lines (3 loc) 187 B
import { Explorer } from '@starship-ci/types'; import { VerificationResult } from './types'; export declare const verifyExplorerRest: (explorer: Explorer) => Promise<VerificationResult>;