UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

11 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CacheItem = void 0; class CacheItem { constructor(data, expiredOn) { this.data = data; this.expiredOn = expiredOn; } } exports.CacheItem = CacheItem; //# sourceMappingURL=CacheItem.js.map