UNPKG

ya-express-ntlm

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