UNPKG

yalento

Version:

An awesome integration of Google Firebase for Angular and Node

8 lines (7 loc) 172 B
export declare class Contact { name: string; lastName: string; street: string; age: number; constructor(name: string, lastName: string, age: number); }