@itwin/presentation-components
Version:
React components based on iTwin.js Presentation library
11 lines • 623 B
JavaScript
/*---------------------------------------------------------------------------------------------
* 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