UNPKG

s-bit-agent

Version:

s.BitAgent is a simple Bitwarden CLI wrapper which provides a SSH2 Key Agent solution for Bitwarden.

9 lines (8 loc) 368 B
import { AutostartService } from './autostart.interface'; export declare class XinitrcAutostartService implements AutostartService { name: string; canActivate(): Promise<boolean>; install(command: string, name: string, marker: string): Promise<boolean>; uninstall(marker: string): Promise<boolean>; isInstalled(marker: string): Promise<boolean>; }