UNPKG

@jsdocs-io/extractor

Version:

Analyze and extract the API from npm packages

9 lines 403 B
import { GitRepository } from 'query-registry'; import { TaggedGitRepository } from '../types/tagged-git-repository'; export declare function getTaggedGitRepository({ id, gitRepository, gitHead, version, }: { id: string; gitRepository?: GitRepository; gitHead?: string; version: string; }): TaggedGitRepository | undefined; //# sourceMappingURL=get-tagged-git-repository.d.ts.map