UNPKG
enhanced-peer-deps
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Enhanced peer dependency resolution for npm, yarn, and pnpm
github.com/davitacols/epd
davitacols/epd
enhanced-peer-deps
/
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
>; }