UNPKG

@itwin/presentation-backend

Version:

Backend of iTwin.js Presentation library

13 lines 675 B
/*--------------------------------------------------------------------------------------------- * 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 */ function sym(name) { return `${name}_presentation-backend_INTERNAL_ONLY_DO_NOT_USE`; } export const _presentation_manager_detail = Symbol.for(sym("presentation_manager_detail")); //# sourceMappingURL=InternalSymbols.js.map