All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.elements.nces.EncodingHeaders.mjs Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha.9
Show newest version
import { ObjectElement } from '@swagger-api/apidom-core';
class EncodingHeaders extends ObjectElement {
  static primaryClass = 'encoding-headers';
  constructor(content, meta, attributes) {
    super(content, meta, attributes);
    this.classes.push(EncodingHeaders.primaryClass);
  }
}
export default EncodingHeaders;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy