11 lines
132 B
Markdown
11 lines
132 B
Markdown
![]() |
---
|
||
|
title: set()
|
||
|
---
|
||
|
|
||
|
```js
|
||
|
void store.set(string key, mixed value)
|
||
|
```
|
||
|
|
||
|
Stores the value of `value` in the store under key `key`.
|
||
|
|