UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

10 lines (9 loc) 222 B
/* 0.26.0-alpha2 */ export declare class Buffer { s: string; pos: number; constructor(s: string, pos?: number); atEnd(): boolean; peek(): string; consume(): string; match(s: string): boolean; }