Skip to content

Commit 20e1d78

Browse files
vtrifonovMartoYankov
authored andcommitted
Add missing globalAndroid import (NativeScript#6080)
1 parent 8813e9b commit 20e1d78

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tns-platform-declarations/android/android-declarations.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ interface ArrayConstructor {
1212
create(type: any, count: number): any;
1313
}
1414

15-
declare module native { export class Array<T> { constructor(); length: number; [index: number]: T; } }
15+
declare module native { export class Array<T> { constructor(); length: number; [index: number]: T; } }
16+
17+
import globalAndroid = android;

0 commit comments

Comments
 (0)