@itwin/core-common
Version:
iTwin.js components common to frontend and backend
13 lines • 593 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module IpcSocket
*/
/**
* The prefix for all IpcSocket channels to disambiguate from system channels.
* @internal
* */
export const iTwinChannel = (channel) => `itwin.${channel}`;
//# sourceMappingURL=IpcSocket.js.map