UNPKG

670 BJavaScriptView Raw
1/********************************************************* {COPYRIGHT-TOP} ***
2 * Licensed Materials - Property of IBM
3 * 5725-Z22, 5725-Z63, 5725-U33, 5725-Z63
4 *
5 * (C) Copyright IBM Corporation 2016, 2017
6 *
7 * All Rights Reserved.
8 * US Government Users Restricted Rights - Use, duplication or disclosure
9 * restricted by GSA ADP Schedule Contract with IBM Corp.
10 ********************************************************** {COPYRIGHT-END} **/
11// Node module: apiconnect-cli-catalogs
12
13var SG = require('strong-globalize');
14SG.SetRootDir(__dirname);
15
16var plugin = require('./lib/plugin-def');
17module.exports.getTopics = plugin.topics;
18module.exports.plugin = plugin;
19