DefinitelyTyped/types/hosted-git-info/hosted-git-info-tests.ts
2018-10-31 22:27:07 +00:00

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({});