UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

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