mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
More types
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export class Strarray {
|
||||
copy(src: Strarray): number;
|
||||
free(): void;
|
||||
strings: string;
|
||||
count: number;
|
||||
}
|
||||
Reference in New Issue
Block a user