Files
server_debian_macro/node_modules/tedious/lib/ntlm.d.ts

5 lines
111 B
TypeScript
Raw Normal View History

2025-02-18 22:59:07 +00:00
export declare function createNTLMRequest(options: {
domain: string;
workstation?: string;
}): Buffer;