UNPKG

ntlm-parser

Version:

Check and understand the content of a NTLM message

3 lines (2 loc) 112 B
import { NTLMMessage } from './ntlm/interfaces'; export declare function ntlmParseFromCmdLine(): NTLMMessage;