astro-ghostcms/.pnpm-store/v3/files/9c/7c1565b4ac517bc44bebc5a9c83...

13 lines
249 B
Plaintext

/**
* Generates a boundary string for FormData encoder.
*
* @api private
*
* ```js
* import createBoundary from "./util/createBoundary"
*
* createBoundary() // -> n2vw38xdagaq6lrv
* ```
*/
export declare function createBoundary(): string;