UNPKG

@featurevisor/core

Version:

Core package of Featurevisor for Node.js usage

4 lines (3 loc) 270 B
import type { Range, Percentage } from "@featurevisor/types"; export declare function getAllocation(availableRanges: Range[], fill: Percentage): Range[]; export declare function getUpdatedAvailableRangesAfterFilling(availableRanges: Range[], fill: Percentage): Range[];