UNPKG

111 BTypeScriptView Raw
1export declare function createNTLMRequest(options: {
2 domain: string;
3 workstation?: string;
4}): Buffer;