UNPKG

yalento

Version:

An awesome integration of Google Firebase for Angular and Node

13 lines (12 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Contact = void 0; class Contact { constructor(name, lastName, age) { this.street = ''; this.name = name; this.lastName = lastName; this.age = age; } } exports.Contact = Contact;