(new_value: T, opts?: SpringUpdateOptions)
| 40 | |
| 41 | export interface Spring<T> extends Readable<T> { |
| 42 | set(new_value: T, opts?: SpringUpdateOptions): Promise<void>; |
| 43 | /** |
| 44 | * @deprecated Only exists on the legacy `spring` store, not the `Spring` class |
| 45 | */ |
no outgoing calls