UNPKG

@itwin/measure-tools-react

Version:
10 lines 611 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ // DO NOT export this file for third parties. Using this to avoid circular dependencies. export class ShimFunctions { } ShimFunctions.getAllMeasurements = () => []; ShimFunctions.forAllMeasurements = (_callback) => { return; }; //# sourceMappingURL=ShimFunctions.js.map