UNPKG
epd
Version:
latest (1.4.0)
1.4.0
1.3.3
Enhanced peer dependency resolution for npm, yarn, and pnpm
github.com/davitacols/epd
davitacols/epd
epd
/
dist
/
cache.d.ts
6 lines
(5 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Cache
{
private
static
ensureCacheDir;
static
get
(
key
:
string
):
Promise
<
any
>;
static
set
(
key
:
string
,
data
:
any
,
ttl
?:
number
):
Promise
<
void
>; }