diff options
Diffstat (limited to 'src/helpers/decodeClientDataJSON.ts')
-rw-r--r-- | src/helpers/decodeClientDataJSON.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/helpers/decodeClientDataJSON.ts b/src/helpers/decodeClientDataJSON.ts index 2b5bbbd..80a4961 100644 --- a/src/helpers/decodeClientDataJSON.ts +++ b/src/helpers/decodeClientDataJSON.ts @@ -4,9 +4,6 @@ import asciiToBinary from './asciiToBinary'; /** * Decode an authenticator's base64-encoded clientDataJSON to JSON - * - * @param data - * @returns {Object} - the data as JSON */ export default function decodeClientDataJSON(data: string): ClientDataJSON { const toString = asciiToBinary(data); |