UNPKG

142 BTypeScriptView Raw
1/// <reference types="node" />
2export declare function createNTLMRequest(options: {
3 domain: string;
4 workstation?: string;
5}): Buffer;