Files
PayDirt/node_modules/tedious/lib/ntlm.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

5 lines
111 B
TypeScript

export declare function createNTLMRequest(options: {
domain: string;
workstation?: string;
}): Buffer;