UNPKG
nativescript-cast
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
NativeScript Chromecast Plugin.
github.com/lochstar/nativescript-cast
nativescript-cast
/
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;