ttrpg-tools/src/components/journal/declare-parser.ts

10 lines
231 B
TypeScript

/**
* Declare parser re-export — delegates to the shared parser in cli/completions.
*/
export {
parseDeclareCsv,
type VarDeclaration,
type TagModifier,
type DeclareResult,
} from "../../cli/completions/declare-parser";