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
/
resolution-cache.d.ts
3 lines
(2 loc)
•
172 B
TypeScript
View Raw
1
2
3
export
declare
function
getCachedResolution
(
pkg
:
string
):
Promise
<
string
|
null
>;
export
declare
function
setCachedResolution
(
pkg
:
string
,
version
:
string
):
Promise
<
void
>;