UNPKG
nativescript-cast-ns6-beta
Version:
latest (0.1.2)
0.1.2
NativeScript Chromecast Plugin.
github.com/lochstar/nativescript-cast
nativescript-cast-ns6-beta
/
android-declarations.d.ts
5 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
declare
module
native {
export
class
Array
<T> {
constructor
(
);
length
:
number
; [
index
:
number
]: T; } }
import
globalAndroid = android;