UNPKG

vibetunnel

Version:

Terminal sharing server with web interface - supports macOS, Linux, and headless environments

4 lines (3 loc) 211 B
type AuthenticateFunction = (username: string, password: string, callback: (err: Error | null, authenticated?: boolean) => void) => void; declare let authenticate: AuthenticateFunction; export { authenticate };