UNPKG

auditjs

Version:

Audit dependencies to identify known vulnerabilities and maintenance problems

8 lines (7 loc) 304 B
export declare class ConfigPersist { readonly Username: string; readonly Token: string; readonly Server?: string | undefined; readonly CacheLocation?: string | undefined; constructor(Username: string, Token: string, Server?: string | undefined, CacheLocation?: string | undefined); }