Repository URL to install this package:
|
Version:
0.6.6 ▾
|
/*
* (c) Copyright IBM Corp. 2021
* (c) Copyright Instana Inc. and contributors 2020
*/
'use strict';
exports = module.exports = {
coreAndShared: require('./coreAndShared'),
NodeJsProcessor: require('./NodeJsProcessor')
};