UNPKG

@balte/emberplus-connection

Version:
11 lines (10 loc) 277 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;