mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-30 00:21:53 +02:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
declare const Unit: {
|
|
dec2hex: (dec: number) => string;
|
|
};
|
|
export default Unit;
|