UNPKG

khroma

Version:

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

9 lines (8 loc) 160 B
declare class Type { type: number; get(): number; set(type: number): void; reset(): void; is(type: number): boolean; } export default Type;