UNPKG

233 BTypeScriptView Raw
1export interface SluggablePackage {
2 homepage?: string;
3 repository?: string | {
4 url?: string;
5 };
6}
7export declare function getGitHubRepoSlug(pkg: SluggablePackage): string | null;
8//# sourceMappingURL=util.d.ts.map
\No newline at end of file