UNPKG

pinpoint-node-agent

Version:
16 lines (12 loc) 209 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' const ValuedType = { stringStringValue: 'stringStringValue' } module.exports = { ValuedType }