mirror of
https://gitlab.com/upRootNutrition/zookeeper.git
synced 2025-06-16 10:25:12 -05:00
3 lines
No EOL
143 B
TypeScript
3 lines
No EOL
143 B
TypeScript
export declare const toHex: (num: number) => string;
|
|
export declare const fromHex: (hex: string) => number;
|
|
//# sourceMappingURL=toHex.d.ts.map
|