Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@supertenant/collector / src / metrics / initializedTooLate.js
Size: Mime:
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
"use strict";const hasThePackageBeenInitializedTooLate=require("@supertenant/core").util.hasThePackageBeenInitializedTooLate;exports.payloadPrefix="initTooLate",exports.currentPayload=void 0,exports.activate=function(){hasThePackageBeenInitializedTooLate()&&(exports.currentPayload=!0)};