UNPKG
package-preview
Version:
latest (4.0.0)
next (3.0.0-0)
4.0.0
3.0.0
3.0.0-0
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Creates a production preview of a package
github.com/zkochan/package-preview
zkochan/package-preview
package-preview
/
lib
/
getPreviewDir.d.ts
2 lines
(1 loc)
•
76 B
TypeScript
View Raw
1
2
export
default
function
(
target
:
string
,
pkgName
:
string
):
Promise
<
string
>;