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