UNPKG

@relative-ci/agent

Version:

Send bundle stats and CI build information to RelativeCI

10 lines (9 loc) 281 B
import { type CiEnv } from 'env-ci'; /** * Extract repository slug(owner/repo) from the repo URL */ export declare function getSlugFromGitURL(repositoryURL?: string): string | undefined; /** * Resolve repository slug */ export declare function getSlug(envVars: CiEnv): string;