5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export declare function createNTLMRequest(options: {
|
|
domain: string;
|
|
workstation?: string;
|
|
}): Buffer;
|