mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added more files
This commit is contained in:
7
types/nodegit/oid-array.d.ts
vendored
Normal file
7
types/nodegit/oid-array.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Oid } from './oid';
|
||||
|
||||
export class Oidarray {
|
||||
free(): void;
|
||||
ids: Oid;
|
||||
count: number;
|
||||
}
|
||||
Reference in New Issue
Block a user