blowfish/node_modules/khroma/dist/utils/unit.d.ts

5 lines
84 B
TypeScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
declare const Unit: {
dec2hex: (dec: number) => string;
};
export default Unit;