mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Added more files
This commit is contained in:
2
types/nodegit/str-array.d.ts
vendored
2
types/nodegit/str-array.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export class Strarray {
|
||||
copy(src: Strarray): number;
|
||||
free(): void;
|
||||
strings: string;
|
||||
strings: string[];
|
||||
count: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user