UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

6 lines (5 loc) 123 B
export declare class CacheItem { data: any; expiredOn?: Date; constructor(data: any, expiredOn?: Date); }