UNPKG

node-discord-logger

Version:
3 lines (2 loc) 132 B
export declare const hexCodeToDecimal: (str: string) => number; export declare const decimalToHexCode: (decimal: number) => string;