UNPKG

pinpoint-node-agent

Version:
12 lines (9 loc) 196 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' const Agent = require('./lib/agent') const agent = new Agent() module.exports = agent