Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/utils/gbnfJson/terminals/GbnfInsideStringChar.d.ts
2026-02-05 15:27:49 +08:00

6 lines
181 B
TypeScript

import { GbnfTerminal } from "../GbnfTerminal.js";
export declare class GbnfInsideStringChar extends GbnfTerminal {
getGrammar(): string;
protected getRuleName(): string;
}