strong-soap
Version:
A minimal node SOAP client
14 lines (12 loc) • 416 B
JavaScript
// Copyright IBM Corp. 2016,2017. All Rights Reserved.
// Node module: strong-soap
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
;
var path = require('path');
var SG = require('strong-globalize');
SG.SetRootDir(path.join(__dirname, '..'), {
autonomousMsgLoading: 'all'
});
module.exports = SG();
//# sourceMappingURL=globalize.js.map