UNPKG

120 BTypeScriptView Raw
1export class Strarray {
2 copy(src: Strarray): number;
3
4 free(): void;
5 strings: string[];
6 count: number;
7}