UNPKG

ntlm-parser

Version:

Check and understand the content of a NTLM message

5 lines (3 loc) 126 B
import {ntlmParseFromCmdLine} from '../src/cmdLine'; const object = ntlmParseFromCmdLine(); console.log('object: ', object);