UNPKG

compare-with-biwako

Version:

This npm can compare the size of Lake Biwa and the 23 wards of Tokyo

7 lines (6 loc) 105 B
export class Area { constructor(place) { this.name = place.name; this.area = place.area; } }