UNPKG

nativescript-barcodelib

Version:
10 lines (9 loc) 240 B
import { Observable } from 'tns-core-modules/data/observable'; export declare class Common extends Observable { message: string; constructor(); greet(): string; } export declare class Utils { static SUCCESS_MSG(): string; }