UNPKG
@rnm/pm
Version:
beta (0.5.0-beta.0)
latest (0.6.1)
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.5.0-beta.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.3.0-beta.1
0.3.0-beta.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.5-beta.1
0.1.5-beta.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Unified Package Manager for Node.js
github.com/rnmjs/pm
rnmjs/pm
@rnm/pm
/
dist
/
shims
/
execute-shim.d.ts
3 lines
•
200 B
TypeScript
View Raw
1
2
3
import
{
type
SupportedPm
}
from
"../constants.ts"
;
export
declare
function
executeShim
(
pm
:
SupportedPm
,
args
:
string
[],
execute
?:
boolean
):
Promise
<
number
>;
//# sourceMappingURL=execute-shim.d.ts.map