UNPKG

@svta/common-media-library

Version:
13 lines 267 B
/** * A class to represent structured field tokens when `Symbol` is not available. * * @group Structured Field * * @beta */ export class SfToken { constructor(description) { this.description = description; } } //# sourceMappingURL=SfToken.js.map