UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

7 lines (5 loc) 286 B
export * from "./types/index.js"; export { BlockType, BlockTypeList } from "./blockType.js"; export { ExecutableType, ExecutableTypeList } from "./executableType.js"; export { InlineType, InlineTypeList } from "./inlineType.js"; export { NodeType, NodeTypeList } from "./nodeType.js";