UNPKG

voluptasmollitia

Version:
19 lines (13 loc) 428 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage](./storage.md) &gt; [StringFormat](./storage.stringformat.md) ## StringFormat variable An enumeration of the possible string formats for upload. <b>Signature:</b> ```typescript StringFormat: { RAW: string; BASE64: string; BASE64URL: string; DATA_URL: string; } ```