UNPKG

@bracketed/otel-api

Version:

@opentelementery/api but ported to suit modern uses. (2025)

9 lines (7 loc) 250 B
/** * The current version that you are currently using. * * Note to developers: This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild */ declare const VERSION: string; export { VERSION };