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
/
registry.d.ts
3 lines
(2 loc)
•
171 B
TypeScript
View Raw
1
2
3
export
declare
function
getPackageVersions
(
packageName
:
string
):
Promise
<
string
[]>;
export
declare
function
getLatestVersion
(
packageName
:
string
):
Promise
<
string
|
null
>;