mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
Corrected return value of strToIpv6()
This commit is contained in:
parent
1c1d24df8f
commit
9b41fb3c68
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ export function ipv4ToStr(ipInt) {
|
|||
*
|
||||
* @param {string} ipStr
|
||||
* @param {boolean} retArr If true, an array is returned. If false, a BigInt is returned.
|
||||
* @returns {(number[]|BigInt)}
|
||||
* @returns {(number[]|number)}
|
||||
*
|
||||
* @example
|
||||
* // returns [65280, 0, 0, 0, 0, 0, 4369, 8738]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue