@rdfine/rdf
Version:
> ## @rdfine/rdf > ### Generated JavaScript types for The RDF Concepts Vocabulary (RDF)
15 lines (14 loc) • 670 B
TypeScript
export { AltMixin } from './lib/Alt.js';
export type { Alt } from './lib/Alt.js';
export { BagMixin } from './lib/Bag.js';
export type { Bag } from './lib/Bag.js';
export { CompoundLiteralMixin } from './lib/CompoundLiteral.js';
export type { CompoundLiteral } from './lib/CompoundLiteral.js';
export { ListMixin } from './lib/List.js';
export type { List } from './lib/List.js';
export { PropertyMixin } from './lib/Property.js';
export type { Property } from './lib/Property.js';
export { SeqMixin } from './lib/Seq.js';
export type { Seq } from './lib/Seq.js';
export { StatementMixin } from './lib/Statement.js';
export type { Statement } from './lib/Statement.js';