Flatlogic Bot 33b1653816 V3
2026-02-16 03:42:10 +00: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