UNPKG
@xec-sh/cli
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
Xec: The Universal Shell for TypeScript
xec.sh
xec-sh/xec
@xec-sh/cli
/
dist
/
secrets
/
machine-id.d.ts
3 lines
(2 loc)
•
120 B
TypeScript
View Raw
1
2
3
export
declare
function
getMachineId
(
):
Promise
<
string
>;
export
declare
function
getCachedMachineId
(
):
Promise
<
string
>;