UNPKG

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