UNPKG

voluptasmollitia

Version:
21 lines (13 loc) 561 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [Timestamp](./firestore_lite.timestamp.md) &gt; [toJSON](./firestore_lite.timestamp.tojson.md) ## Timestamp.toJSON() method Returns a JSON-serializable representation of this Timestamp. <b>Signature:</b> ```typescript toJSON(): { seconds: number; nanoseconds: number; }; ``` <b>Returns:</b> { seconds: number; nanoseconds: number; }