Checks whether the target is base32 encoded
target
expect(isBase32('ZG======')).toBeTruthy()
The target
Generated using TypeDoc
Checks whether the
targetis base32 encodedExample