2025-04-04 18:17:40 +01:00

3 lines
143 B
TypeScript

export declare const toHex: (num: number) => string;
export declare const fromHex: (hex: string) => number;
//# sourceMappingURL=toHex.d.ts.map