UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

9 lines (8 loc) 229 B
export declare class Cache { private _cache; set<T>(key: string, data: T, expiration?: number | Date): void; get<T>(key: string): T; remove(key: string): void; clear(): void; private getHashKey; }