Searched refs:removeTagAsync (Results 1 – 2 of 2) sorted by relevance
51 await Npm.removeTagAsync(pkg.packageName, distTag);
125 export async function removeTagAsync(packageName: string, tagName: string): Promise<void> { function