* Check whether a session exists without creating it.
(id: string)
| 93 | * Check whether a session exists without creating it. |
| 94 | */ |
| 95 | has(id: string): boolean |
| 96 | |
| 97 | /** |
| 98 | * Remove a session from the store. No-op if it doesn't exist. |
no outgoing calls
no test coverage detected