UNPKG

nativescript-social-login-v2

Version:
6 lines (5 loc) 169 B
/** * Deep object merging */ export declare function merge(to: Object, from: Object): Object; export declare function StaticImplements<T>(): (constructor: T) => void;