summaryrefslogtreecommitdiffstats
path: root/usage.js
blob: f2adced94ce4018ca9231185c13e491c64ef03a6 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

// This file contains a singleton object that is used to track token usage.
var globalTokens =  {
};

module.exports = { globalTokens };