agent.js 80 B

12345
  1. 'use strict';
  2. module.exports = agent => {
  3. require('./lib/loader')(agent);
  4. };