cordova-plugin-mfp
Version:
IBM MobileFirst Platform Foundation Cordova Plugin
18 lines (13 loc) • 528 B
JavaScript
// Licensed Materials - Property of IBM
// 5725-I43 (C) Copyright IBM Corp. 2015. All Rights Reserved.
// US Government Users Restricted Rights - Use, duplication or
// disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
/*jslint node:true */
/*jshint node:true */
;
var mfpConfigXMLAPI = require('./lib/config-xml-api');
var mfpConfigXMLConstants = require('./lib/config-xml-constants');
module.exports = {
mfpConfigXMLAPI: mfpConfigXMLAPI,
mfpConfigXMLConstants: mfpConfigXMLConstants
};