DefinitelyTyped/types/nodegit/str-array.d.ts
2017-06-04 00:45:48 +01:00

7 lines
117 B
TypeScript

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