UNPKG

@types/culori

Version:
6 lines (3 loc) 120 B
import { Hwb } from "./types.js"; declare function parseHwb(color: string): Hwb | undefined; export default parseHwb;