deerflow2/frontend/src/core/citations/index.ts

14 lines
400 B
TypeScript

export {
contentWithoutCitationsFromParsed,
extractDomainFromUrl,
isExternalUrl,
parseCitations,
removeAllCitations,
shouldShowCitationLoading,
syntheticCitationFromLink,
} from "./utils";
export { useParsedCitations } from "./use-parsed-citations";
export type { UseParsedCitationsResult } from "./use-parsed-citations";
export type { Citation, ParseCitationsResult } from "./utils";