typedoc
Version:
Create api documentation for TypeScript projects.
6 lines (5 loc) • 318 B
TypeScript
export type { SerializerComponent } from "./components.js";
export { Deserializer, type Deserializable, type DeserializerComponent, } from "./deserializer.js";
export { SerializeEvent } from "./events.js";
export * as JSONOutput from "./schema.js";
export { Serializer, type SerializerEvents } from "./serializer.js";