mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Added Openssl
This commit is contained in:
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@@ -26,6 +26,7 @@ export { OdbObject } from './odb-object';
|
||||
export { Odb } from './odb';
|
||||
export { Oidarray } from './oid-array';
|
||||
export { Oid } from './oid';
|
||||
export { Openssl } from './open-ssl';
|
||||
export { Packbuilder } from './pack-builder';
|
||||
export { Pathspec } from './path-spec';
|
||||
export { PushOptions } from './push-options';
|
||||
|
||||
3
types/nodegit/open-ssl.d.ts
vendored
Normal file
3
types/nodegit/open-ssl.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export class Openssl {
|
||||
static setLocking(): number;
|
||||
}
|
||||
@@ -40,6 +40,7 @@
|
||||
"odb.d.ts",
|
||||
"oid-array.d.ts",
|
||||
"oid.d.ts",
|
||||
"open-ssl.d.ts",
|
||||
"pack-builder.d.ts",
|
||||
"path-spec.d.ts",
|
||||
"push-options.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user