UNPKG

ilastlog

Version:

alternative lastlog because of Ubuntu 24.04.1. The distros have had the libpam excluding lastlog.so. therefore, I personally needed.

6 lines (5 loc) 181 B
export interface Data { [idx: string]: string; } export declare function appendFile(newData: Data): void; export declare function appendFileAsync(newData: Data): Promise<void>;