File size: 143 Bytes
311cc15
 
 
1
2
3
export declare const toHex: (num: number) => string;
export declare const fromHex: (hex: string) => number;
//# sourceMappingURL=toHex.d.ts.map