<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [com-tools](./com-tools.md) &gt; [Decide](./com-tools.decide.md) &gt; [resolve](./com-tools.decide.resolve.md)

## Decide.resolve() method

创建一个直接决议的 Decide，并且决议的值是 value

**Signature:**

```typescript
static resolve<V>(value: V): Decide<V>;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

value


</td><td>

V


</td><td>


</td></tr>
</tbody></table>
**Returns:**

[Decide](./com-tools.decide.md)<!-- -->&lt;V&gt;

