Kind: Function
Source: src/utils/encode.ts
Part of: Utils
Signature
tsfunction encodeBase64(buf: ArrayBufferLike): string
Parameters
| Name | Type |
|---|---|
buf | ArrayBufferLike |
Returns: string
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
key—src/middleware/secure-headers/secure-headers.ts:139LambdaEvent—src/adapter/aws-lambda/handler.ts:23CloudFrontRequest—src/adapter/lambda-edge/handler.ts:41
Was this page helpful?