UNPKG

@svta/common-media-library

Version:
17 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SfToken = void 0; /** * A class to represent structured field tokens when `Symbol` is not available. * * @group Structured Field * * @beta */ class SfToken { constructor(description) { this.description = description; } } exports.SfToken = SfToken; //# sourceMappingURL=SfToken.js.map