Repository URL to install this package:
|
Version:
0.8.2 ▾
|
// (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)};