summaryrefslogtreecommitdiff
path: root/node_modules/magic-bytes.js/dist/model/toHex.d.ts
blob: a75102964134816d762bd98f4f03c2caf7945505 (plain) (blame)
1
2
3
export declare const toHex: (num: number) => string;
export declare const fromHex: (hex: string) => number;
//# sourceMappingURL=toHex.d.ts.map