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 pidStore=require("../pidStore");exports.payloadPrefix="pid",exports.currentPayload=pidStore.pid,pidStore.onPidChange(pid=>{exports.currentPayload=pid});