generated from coulomb/repo-seed
Bootstrap @citation-evidence/engine as a standalone TypeScript package with shared types and engine services copied from the umbrella MVP. All 89 tests pass with lint and typecheck clean.
9 lines
188 B
TypeScript
9 lines
188 B
TypeScript
export {
|
|
renderCitationCardMarkdown,
|
|
type RenderCitationCardMarkdownInput,
|
|
} from "./markdown";
|
|
export {
|
|
renderCitationCardHtml,
|
|
type RenderCitationCardHtmlInput,
|
|
} from "./html";
|