UNPKG
@luband/jstools
Version:
latest (1.5.0)
1.5.0
1.1.4
1.1.3
1.1.0
1.0.0
前端工具包
@luband/jstools
/
cache
/
sessionCache.js
2 lines
(1 loc)
•
235 B
JavaScript
View Raw
1
2
import
{__extends
as
r}
from
"tslib"
;
import
{
BaseCache
as
t}
from
"./baseCache.js"
;
var
e=
new
(
function
(
t
){
function
e
(
){
var
r=
null
!==t&&t.
apply
(
this
,
arguments
)||
this
;
return
r.
storage
=
sessionStorage
,r}
return
r
(e,t),e}(t));
export
{e
as
default
};