UNPKG
@nwpr/pass-js
Version:
latest (7.0.2)
7.0.2
7.0.1
7.0.0
Apple Wallet Pass generating and pushing updates from Node.js
github.com/nwpr/pass-js
nwpr/pass-js
@nwpr/pass-js
/
dist
/
lib
/
signManifest-remote.d.ts
9 lines
(8 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="node" />
/** * Signs a manifest and returns the signature. * *
@param
{string} manifest - manifest to sign *
@returns
{Buffer} - signature for given manifest */
export
declare
function
signManifest
(
manifest:
string
):
Promise
<
Buffer
>
;