mirror of
https://github.com/borbann-platform/end-of-semester-report.git
synced 2025-12-19 06:44:03 +01:00
14 lines
473 B
TypeScript
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
|