Files
2026-06-02 16:57:08 +00:00

5 lines
124 B
TypeScript

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