UNPKG

khroma

Version:

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

3 lines (2 loc) 98 B
declare const hsla: (h: number, s: number, l: number, a?: number) => string; export default hsla;