UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 344 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [Unsubscribe](./database.unsubscribe.md) ## Unsubscribe type A callback that can invoked to remove a listener. <b>Signature:</b> ```typescript export declare type Unsubscribe = () => void; ```