UNPKG
node-sp-auth-nocolors
Version:
latest (0.0.1)
0.0.1
Unattended SharePoint http authentication with nodejs (Without Colors)
node-sp-auth-nocolors
/
src
/
utils
/
CacheItem.ts
4 lines
(3 loc)
•
90 B
text/typescript
View Raw
1
2
3
4
export
class
CacheItem
{
constructor
(
public
data
:
any
,
public
expiredOn
?:
Date
) {} }