UNPKG
@codelab/nativescript-cast
Version:
latest (0.4.1)
0.4.1
0.4.0
NativeScript Chromecast Plugin.
github.com/lochstar/nativescript-cast
@codelab/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;