UNPKG
chdman
Version:
latest (0.287.0)
0.287.0
0.286.2
0.286.1
0.286.0
0.285.1
0.285.0
0.284.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
/
chdmanVerify.d.ts
10 lines
(9 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ChdmanRunOptions
}
from
'./chdmanBin.js'
;
export
interface
VerifyOptions
extends
ChdmanRunOptions
{
inputFilename
:
string
;
inputParentFilename
?:
string
; }
declare
const
_default
: {
verify
(
options
:
VerifyOptions
):
Promise
<
boolean
>; };
export
default
_default;