UNPKG

khroma

Version:

A collection of functions for manipulating CSS colors, inspired by SASS.

5 lines (4 loc) 84 B
declare const Unit: { dec2hex: (dec: number) => string; }; export default Unit;