mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 23:02:48 +00:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
import { Parser } from "../index.js";
|
|
|
|
export declare const parsers: {
|
|
flow: Parser;
|
|
};
|