UNPKG
@qc2168/mib
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
data backup tool
github.com/QC2168/mib-cli
QC2168/mib-cli
@qc2168/mib
/
dist
/
adbCmd.d.ts
4 lines
(3 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
import
{
type
FileNodeType
}
from
"./node"
;
export
declare
function
createAdbOrder
(
node
:
FileNodeType
,
output
:
string
):
string
;
export
declare
function
createAdbOrders
(
node
:
FileNodeType
[],
output
:
string
):
string
[];