{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,qDAA2D;AAAlD,yHAAA,sBAAsB,OAAA;AAC/B,6DAA4D;AAAnD,oHAAA,gBAAgB,OAAA;AACzB,yDAAwD;AAA/C,gHAAA,cAAc,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport { ExpressInstrumentation } from './instrumentation';\nexport { ExpressLayerType } from './enums/ExpressLayerType';\nexport { AttributeNames } from './enums/AttributeNames';\nexport type {\n  ExpressInstrumentationConfig,\n  ExpressRequestCustomAttributeFunction,\n  ExpressRequestInfo,\n  IgnoreMatcher,\n  LayerPathSegment,\n  SpanNameHook,\n} from './types';\n"]}