UNPKG
@oat-sa/pci-sdk
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
PCI Software Development Kit
github.com/oat-sa/pci-sdk
oat-sa/pci-sdk
@oat-sa/pci-sdk
/
_templates
/
pci
/
migration
/
prompt.js
4 lines
(2 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
const
{ taoPath, extension, typeIdentifier, version } =
require
(
'../../../helpers/prompts.js'
);
module
.
exports
= [taoPath, extension, typeIdentifier, version];