UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

8 lines (6 loc) 120 B
export class Strarray { copy(src: Strarray): number; free(): void; strings: string[]; count: number; }