Kind: Function
Source: src/utils/buffer.ts
Part of: Utils
Signature
tsfunction bufferToFormData(arrayBuffer: ArrayBuffer, contentType: string): Promise<FormData>
Parameters
| Name | Type |
|---|---|
arrayBuffer | ArrayBuffer |
contentType | string |
Returns: Promise<FormData>
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
BodyData—src/utils/body.ts:39ValidationFunction—src/validator/validator.ts:14
Was this page helpful?