mirror of
https://github.com/borbann-platform/end-of-semester-report.git
synced 2025-12-19 22:44:03 +01:00
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
import { Parser } from "../index.js";
|
|
|
|
export declare const parsers: {
|
|
angular: Parser;
|
|
html: Parser;
|
|
lwc: Parser;
|
|
vue: Parser;
|
|
};
|