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