Skip to content

decodeBase64

reference
1 min readUpdated

Kind: Function

Source: src/utils/encode.ts

Part of: Utils

Signature

ts
function decodeBase64(str: string): Uint8Array<ArrayBuffer>

Parameters

NameType
strstring

Returns: Uint8Array<ArrayBuffer>

Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (4)

  • LambdaEventsrc/adapter/aws-lambda/handler.ts:23
  • CloudFrontRequestsrc/adapter/lambda-edge/handler.ts:41
  • Authsrc/utils/basic-auth.ts:7
  • HonoJsonWebKeysrc/utils/jwt/jws.ts:23

Was this page helpful?

Download as PDF
decodeBase64 — Hono (narrator proof)