UNPKG

@types/culori

Version:
7 lines (4 loc) 190 B
import { Xyz65 } from "../xyz65/types.js"; import { Lab65 } from "./types.js"; declare function convertLab65ToXyz65(color: Omit<Lab65, "mode">): Xyz65; export default convertLab65ToXyz65;