UNPKG

yalento

Version:

An awesome integration of Google Firebase for Angular and Node

14 lines (13 loc) 300 B
export declare class Contact { name: string; lastName: string; street: string; age: number; constructor(name: string, lastName: string, age: number); } export declare class ContactWithoutConstructor { name: string; lastName: string; street: string; age: number; }