UNPKG

ya-express-ntlm

Version:
6 lines 352 B
import { NTLMMessageParsed, NtlmParseOptions } from './parser-interfaces'; export declare const compactParseResult: (r: any) => void; export declare const ntlmParse: (str: string, opts?: Partial<NtlmParseOptions>) => NTLMMessageParsed; export { startCoder } from './coder/coder'; export * from './parser-interfaces'; //# sourceMappingURL=index.d.ts.map