UNPKG

nativescript-woosim-printer

Version:

Plugin for integrating nativescript apps with Woosim Pr3 Printer.

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