UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

7 lines (4 loc) 208 B
import { ComputeRange } from '@techmely/types'; type MAXIMUM_ALLOWED_BOUNDARY = 101; declare function percentToHex(percent: ComputeRange<MAXIMUM_ALLOWED_BOUNDARY>[number]): string; export { percentToHex };