mbot/node_modules/magic-bytes.js/dist/model/toHex.d.ts
2024-05-10 22:39:11 -07: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