DefinitelyTyped/types/nodegit/str-array.d.ts
2017-06-04 03:10:28 +01:00

7 lines
119 B
TypeScript

export class Strarray {
copy(src: Strarray): number;
free(): void;
strings: string[];
count: number;
}