UNPKG

@firebase/storage

Version:

This is the Cloud Storage component of the Firebase JS SDK.

8 lines (7 loc) 235 B
/** * Returns the Object resulting from parsing the given JSON, or null if the * given string does not represent a JSON object. */ export declare function jsonObjectOrNull(s: string): { [name: string]: unknown; } | null;