vtrans-rocket
v1.0.2
Published
validate transactions with different formats (JSON, XML, Associative Array or gRPC).
Downloads
12
Maintainers
Readme
vtrans-rocket
this is a module for a specific case . do not install. it is not for you probably
Functions
validateTransactionAsFile (filepath)
- filepath => file path as a string
*Supports JSON and XML only
Usage :
const Vtrans = require('vtrans-rocket') var vtrans = new Vtrans() vtrans.validateTransactionAsFile("filepath/trans.json")
enjoy :)