Repository URL to install this package:
|
Version:
0.7.0 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
"use strict";const semver=require("semver");"true"!==process.env.INSTANA_FORCE_LEGACY_CLS&&semver.satisfies(process.versions.node,"12.17 - 16.6 || ^16.14 || >=17.2")?module.exports=require("./async_local_storage_context"):module.exports=require("./context");