{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,qDAAuD;AAA9C,qHAAA,kBAAkB,OAAA;AAC3B,yDAAwD;AAA/C,gHAAA,cAAc,OAAA;AACvB,iCAAuC;AAA9B,qGAAA,YAAY,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport { KoaInstrumentation } from './instrumentation';\nexport { AttributeNames } from './enums/AttributeNames';\nexport { KoaLayerType } from './types';\nexport type {\n  KoaInstrumentationConfig,\n  KoaRequestCustomAttributeFunction,\n  KoaRequestInfo,\n} from './types';\n"]}