@carbon/ibm-products
Version:
Carbon for IBM Products
19 lines (17 loc) • 572 B
JavaScript
/**
* Copyright IBM Corp. 2020, 2026
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
const require_package_settings = require("../package-settings.js");
//#region src/global/js/hooks/usePrefix.js
/**
* Copyright IBM Corp. 2023, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
const usePrefix = () => require_package_settings.default.prefix;
//#endregion
exports.usePrefix = usePrefix;