UNPKG

nativescript-xz-ad-generation

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