UNPKG
@jozsefsallai/userv
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
uCoz server status checker.
github.com/ucoztaska/userv
ucoztaska/userv
@jozsefsallai/userv
/
typings
/
commands
/
all.d.ts
7 lines
(6 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Command
}
from
'@oclif/core'
;
export
default
class
All
extends
Command
{
static
description
:
string
;
forEachAsync
(
arr
:
any
[],
cb
:
(
predicate
:
any
,
idx
:
number
,
arr
:
any
[]
) =>
any
):
Promise
<
void
>;
run
():
Promise
<
void
>; }