Kind: Function
Source: src/utils/encode.ts
Part of: Utils
Signature
tsfunction decodeBase64(str: string): Uint8Array<ArrayBuffer>
Parameters
| Name | Type |
|---|---|
str | string |
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)
LambdaEvent—src/adapter/aws-lambda/handler.ts:23CloudFrontRequest—src/adapter/lambda-edge/handler.ts:41Auth—src/utils/basic-auth.ts:7HonoJsonWebKey—src/utils/jwt/jws.ts:23
Was this page helpful?