UNPKG

ccs-sim

Version:
11 lines (10 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Transport { constructor(name, physical, type) { this.name = name; this.physical = physical; this.type = type; } } exports.default = Transport;