UNPKG

@itwin/unified-selection

Version:

Package for managing unified selection in iTwin.js applications.

11 lines 623 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** * Polyfill for upcoming resource management feature: https://github.com/tc39/proposal-explicit-resource-management */ Symbol.dispose ??= Symbol("Symbol.dispose"); Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose"); export {}; //# sourceMappingURL=DisposePolyfill.js.map