UNPKG
chdman
Version:
latest (0.283.0)
0.283.0
0.282.0
0.281.1
0.281.0
0.280.0
0.279.0
0.278.0
0.277.2
0.277.1
0.277.0
0.276.0
0.275.1
0.275.0
0.274.2
0.274.1
0.274.0
0.269.2
0.269.1
0.269.0
0.268.0
0.267.3
0.267.2
0.267.1
0.267.0
0.266.0
0.265.0
0.264.0
0.263.0
0.262.5
0.262.4
0.262.3
0.262.2
0.262.1
💿 chdman binaries and wrapper for Node.js.
github.com/emmercm/chdman-js
emmercm/chdman-js
chdman
/
dist
/
src
/
chdman
/
chdmanHelp.d.ts
11 lines
(10 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
ChdmanRunOptions
}
from
'./chdmanBin.js'
;
export
interface
HelpOptions
extends
ChdmanRunOptions
{ }
declare
const
_default
: {
/** * Returns the chdman help message. */
help
(
options
?:
HelpOptions
,
attempt
?:
number
):
Promise
<
string
>; };
export
default
_default;