papi-dts
    Preparing search index...
    • Remove a value from the shared store and notify other processes of the change.

      After removal the key is treated as absent — reads return no value (a removed key is distinct from a key whose value is undefined). The entry and its Lamport clock are retained internally for conflict resolution (so the removal can win against concurrent sets and the key can be re-set quickly), but they are not exposed as a value.

      This runs synchronously and throws if the shared store service has not started initializing. Use removeAsync if you need to wait for initialization before removing.

      Type Parameters

      • K extends `platform.customNetworkTimeoutMs.${string}`

      Parameters

      • key: K

        The key to remove

      Returns void