First upload version 0.0.1
This commit is contained in:
7
node_modules/node-llama-cpp/dist/utils/gbnfJson/terminals/GbnfBoolean.d.ts
generated
vendored
Normal file
7
node_modules/node-llama-cpp/dist/utils/gbnfJson/terminals/GbnfBoolean.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { GbnfTerminal } from "../GbnfTerminal.js";
|
||||
export declare class GbnfBoolean extends GbnfTerminal {
|
||||
getGrammar(): string;
|
||||
protected getGrammarFromResolve(): string;
|
||||
private _getGrammar;
|
||||
protected getRuleName(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user