/var/www/greso.tech/server/nsm/node_modules/pdf-lib/ts3.4/es/core/parser
Edit: /var/www/greso.tech/server/nsm/node_modules/pdf-lib/ts3.4/es/core/parser/BaseParser.d.ts (585B)
import ByteStream from "./ByteStream";
declare class BaseParser {
protected readonly bytes: ByteStream;
protected readonly capNumbers: boolean;
constructor(bytes: ByteStream, capNumbers?: boolean);
protected parseRawInt(): number;
protected parseRawNumber(): number;
protected skipWhitespace(): void;
protected skipLine(): void;
protected skipComment(): boolean;
protected skipWhitespaceAndComments(): void;
protected matchKeyword(keyword: number[]): boolean;
}
export default BaseParser;
//# sourceMappingURL=BaseParser.d.ts.map