mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
Added CertHostKey
This commit is contained in:
6
types/nodegit/cert-host-key.d.ts
vendored
Normal file
6
types/nodegit/cert-host-key.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export class CertHostkey {
|
||||
certType: number;
|
||||
type: number;
|
||||
hashMd5: string;
|
||||
hashSha1: string;
|
||||
}
|
||||
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@@ -11,6 +11,7 @@ export { Blame } from './blame';
|
||||
export { Blob } from './blob';
|
||||
export { Branch } from './branch';
|
||||
export { Buf } from './buf';
|
||||
export { CertHostKey } from './cert-host-key';
|
||||
export { Cert } from './cert';
|
||||
export { CheckoutOptions } from './checkout-options';
|
||||
export { Checkout } from './checkout';
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"blob.d.ts",
|
||||
"branch.d.ts",
|
||||
"buf.d.ts",
|
||||
"cert-host-key.d.ts",
|
||||
"cert.d.ts",
|
||||
"checkout-options.d.ts",
|
||||
"checkout.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user