UNPKG
@rexprjkt/hoyoapi
Version:
latest (1.2.6)
1.2.6
Forked hoyoapi from rexprjkt/hoyoapi
github.com/rexprjkt/hoyoapi
rexprjkt/hoyoapi
@rexprjkt/hoyoapi
/
dist
/
types
/
cache
/
index.d.ts
5 lines
(4 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
import
{
Cache
}
from
'./cache'
;
export
{
Cache
}
from
'./cache'
;
declare
const
_default
:
Cache
;
export
default
_default;