/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Ensures that 0 \<= 'value' \< 'limit'. Throws a RangeError otherwise. */ export declare function ensureRange(value: number, limit: number): void; //# sourceMappingURL=range.d.ts.map