UNPKG

cr.js

Version:
8 lines (7 loc) 145 B
class Country { constructor(data) { this.name = data.name this.isCountry = data.isCountry; } } module.exports = Country;