UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

11 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabelImpl = void 0; class LabelImpl { constructor(basePath, description) { this.basePath = basePath; this.description = description; } } exports.LabelImpl = LabelImpl; //# sourceMappingURL=Label.js.map