@hapic/harbor
Version:
A harbor http api client.
4 lines (3 loc) • 303 B
TypeScript
import type { ProjectRepositoryLongNameRepresentation } from './type';
export declare function parseLongProjectRepositoryName(name: string): ProjectRepositoryLongNameRepresentation;
export declare function buildProjectRepositoryLongName(representation: ProjectRepositoryLongNameRepresentation): string;