Files
infocom-systems-design/node_modules/khroma/dist/utils/unit.d.ts
2025-10-03 22:27:28 +03:00

5 lines
84 B
TypeScript

declare const Unit: {
dec2hex: (dec: number) => string;
};
export default Unit;