mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame
143 Bytes
export declare const toHex: (num: number) => string;
export declare const fromHex: (hex: string) => number;
//# sourceMappingURL=toHex.d.ts.map