UNPKG

ntlm-parser

Version:

Check and understand the content of a NTLM message

5 lines (4 loc) 166 B
import { AbstractParser } from './AbstractParser'; export declare class ParserFactory { static instantiateFromContent(buffer: ArrayBuffer): AbstractParser; }