UNPKG

node-expose-sspi-strict

Version:

Expose the Microsoft Windows SSPI interface in order to do NTLM and Kerberos authentication.

6 lines (4 loc) 144 B
import { ComputerNameFormatFlag } from './flags'; export interface SysInfo { GetComputerNameEx(name: ComputerNameFormatFlag): string; }