UNPKG

pyze-nativescript

Version:

Pyze Analytics, Growth Intelligence Platform, Push Notification, In App Messages and more

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; }