UNPKG

@uyu423/pinpoint-node-agent

Version:

Pinpoint node agent provided by NAVER (Personalized version)

15 lines (11 loc) 195 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' const StreamStateCode = { OPEN: 1, CLOSED: 9 } module.exports = StreamStateCode