UNPKG

nativescript-cast-ns6-beta

Version:

NativeScript Chromecast Plugin.

5 lines (2 loc) 137 B
declare module native { export class Array<T> { constructor(); length: number; [index: number]: T; } } import globalAndroid = android;