UNPKG

moleculer-repl

Version:
13 lines (12 loc) 274 B
/** * Tries to parse string to integer * @param {String} value * @returns {Number} */ export function flagParseInt(value: string): number; /** * Checks if string is a hexadecimal * @param {String} x * @returns {Boolean} */ export function isHex(x: string): boolean;