| 742 | * Shareable protocol - object can provide a Share. |
| 743 | */ |
| 744 | export interface Shareable { |
| 745 | [shareProtocol](options?: ShareOptions): Share; |
| 746 | } |
| 747 | |
| 748 | /** |
| 749 | * SyncShareable protocol - object can provide a SyncShare. |
nothing calls this directly
no outgoing calls
no test coverage detected