@itwin/presentation-backend
Version:
Backend of iTwin.js Presentation library
16 lines • 794 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/* eslint-disable @typescript-eslint/naming-convention */
/** @packageDocumentation
* @module Core
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports._presentation_manager_detail = void 0;
function sym(name) {
return `${name}_presentation-backend_INTERNAL_ONLY_DO_NOT_USE`;
}
exports._presentation_manager_detail = Symbol.for(sym("presentation_manager_detail"));
//# sourceMappingURL=InternalSymbols.js.map
;