UNPKG

npm-git-publish

Version:

Dev tool to publish an NPM package to a remote Git repository, instead of a registry or CDN of tarballs

2 lines (1 loc) 91 B
export default function unpack(tarballPath: string, destinationPath: string): Promise<{}>;