blowfish/node_modules/khroma/dist/methods/to_hex.d.ts
2023-01-29 22:30:24 +00:00

2 lines
70 B
TypeScript

declare const toHex: (color: string) => string;
export default toHex;