mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
23 lines
444 B
TypeScript
23 lines
444 B
TypeScript
import info = require("hosted-git-info");
|
|
|
|
info.fromUrl('');
|
|
const result = info.fromUrl('', {});
|
|
|
|
result.hashformat('');
|
|
result.hash();
|
|
result.ssh({});
|
|
result.sshurl({});
|
|
result.browse('', '', {});
|
|
result.browse('', {});
|
|
result.browse({});
|
|
result.docs({});
|
|
result.bugs({});
|
|
result.https({});
|
|
result.git({});
|
|
result.shortcut({});
|
|
result.path({});
|
|
result.tarball({});
|
|
result.file('', {});
|
|
result.getDefaultRepresentation();
|
|
result.toString({});
|