UNPKG

ya-express-ntlm

Version:
7 lines 271 B
import { AbstractParser } from './AbstractParser'; import { NTLMType2 } from './parser-interfaces'; export declare class NTLMType2Parser extends AbstractParser { constructor(buffer: ArrayBuffer); parse(): NTLMType2; } //# sourceMappingURL=NTLMType2Parser.d.ts.map