UNPKG

855 BJavaScriptView Raw
1// Copyright IBM Corp. 2016. All Rights Reserved.
2// Node module: apiconnect-cli-catalogs
3// US Government Users Restricted Rights - Use, duplication or disclosure
4// restricted by GSA ADP Schedule Contract with IBM Corp.
5
6/********************************************************* {COPYRIGHT-TOP} ***
7 * IBM Confidential
8 * OCO Source Materials
9 * 5725-C11, 5725-C12, 7198-8FX, 5725-F70, 5725-F71, 5725-F72, 5725-L30
10 *
11 * (C) Copyright IBM Corporation 2015 All Rights Reserved.
12 *
13 * The source code for this program is not published or otherwise
14 * divested of its trade secrets, irrespective of what has been
15 * deposited with the U.S. Copyright Office.
16 ********************************************************* {COPYRIGHT-END} **/
17
18var plugin = require('./lib/plugin-def');
19module.exports.getTopics = plugin.topics;
20module.exports.plugin = plugin;