UNPKG
@anglr/types
Version:
latest (1.1.18)
1.1.18
1.1.17
1.1.15
1.1.13
Angular custom definition files for typescript
@anglr/types
/
storejs-expire
/
index.d.ts
5 lines
•
104 B
TypeScript
View Raw
1
2
3
4
5
interface
StoreJsAPI
{
// expirePlugin
set
(
key
:
string
,
value
: any,
expiration
: number): any; }