UNPKG

101 BJavaScriptView Raw
1/**
2 * @module @ui5/cli
3 * @private
4 */
5module.exports = {
6 init: require("./lib/init/init").init
7};