mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Added Cert X509
This commit is contained in:
5
types/nodegit/cert-x509.d.ts
vendored
Normal file
5
types/nodegit/cert-x509.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export class CertX509 {
|
||||
certType: number;
|
||||
data: Buffer;
|
||||
len: number;
|
||||
}
|
||||
3
types/nodegit/index.d.ts
vendored
3
types/nodegit/index.d.ts
vendored
@@ -11,7 +11,8 @@ export { Blame } from './blame';
|
||||
export { Blob } from './blob';
|
||||
export { Branch } from './branch';
|
||||
export { Buf } from './buf';
|
||||
export { CertHostKey } from './cert-host-key';
|
||||
export { CertHostkey } from './cert-host-key';
|
||||
export { CertX509 } from './cert-x509';
|
||||
export { Cert } from './cert';
|
||||
export { CheckoutOptions } from './checkout-options';
|
||||
export { Checkout } from './checkout';
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"branch.d.ts",
|
||||
"buf.d.ts",
|
||||
"cert-host-key.d.ts",
|
||||
"cert-x509.d.ts",
|
||||
"cert.d.ts",
|
||||
"checkout-options.d.ts",
|
||||
"checkout.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user