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
/
index.d.ts
5 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
constants
from
'./constants.js'
;
export
{
Pass
}
from
'./pass.js'
;
export
{
Template
}
from
'./template.js'
;
export
{ constants };