@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
13 lines • 579 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.nowBigInt = void 0;
/*
* Copyright (c) 2023, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
const node_perf_hooks_1 = require("node:perf_hooks");
const nowBigInt = () => BigInt((node_perf_hooks_1.performance.now() + node_perf_hooks_1.performance.timeOrigin) * 1_000_000);
exports.nowBigInt = nowBigInt;
//# sourceMappingURL=time.js.map
;