UNPKG

hcloud-js

Version:

A Node.js module for the Hetzner Cloud API

9 lines (7 loc) 142 B
class Route { constructor (route) { this.destination = route.destination this.gateway = route.gateway } } module.exports = Route