1
2
3
4
export const hostedGitInfoExample = (async () => {
const { default: hostedGitInfo } = await import("npm:hosted-git-info");
return hostedGitInfo.fromUrl("git@github.com:npm/hosted-git-info.git");
})();