end-of-semester-report/node_modules/@unified-latex/unified-latex-prettier/index.d.ts
2025-05-14 16:14:35 +07:00

14 lines
473 B
TypeScript

export * from "./libs/printer";
export * from "./libs/prettier-plugin-latex";
/**
* ## What is this?
*
* A [Prettier](https://prettier.io/) plugin for formatting and pretty-printing LaTeX source code.
*
* ## When should I use this?
*
* If you want to construct a `Prettier` instance that has LaTeX parsing abilities.
*
* You should probably use the `prettier-plugin-latex` package instead of directly accessing this package.
*/
//# sourceMappingURL=index.d.ts.map