UNPKG

khroma

Version:

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

4 lines (3 loc) 154 B
import type { CHANNEL, Channels } from '../types'; declare const channel: (color: string | Channels, channel: CHANNEL) => number; export default channel;