mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-11 03:27:47 +08: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