package.es.elements.StandardIdentifier.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-ns-api-design-systems Show documentation
Show all versions of apidom-ns-api-design-systems Show documentation
API Design Systems 2021-05-07 namespace for ApiDOM.
The newest version!
import { ArrayElement } from '@swagger-api/apidom-core';
class StandardIdentifier extends ArrayElement {
constructor(content, meta, attributes) {
super(content, meta, attributes);
this.element = 'standardIdentifier';
}
}
export default StandardIdentifier;