UNPKG

win-sso

Version:

NTLM single-sign-on for Node.js. Only Windows OS supported.

7 lines (6 loc) 253 B
/** * Returns true if the current platform is supported by the win-sso module. Only Windows OSs are supported. * If false, all other methods in the module will throw. * @returns Is the os supported */ export declare function osSupported(): boolean;