blowfish/node_modules/khroma/dist/constants.d.ts

8 lines
161 B
TypeScript
Raw Permalink Normal View History

2023-01-29 16:30:24 -06:00
declare const DEC2HEX: Record<number, string>;
declare const TYPE: {
readonly ALL: 0;
readonly RGB: 1;
readonly HSL: 2;
};
export { DEC2HEX, TYPE };