com-tools
Version:
com-tools 提供了一些通用的工具函数;
52 lines (25 loc) • 695 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [Decide](./com-tools.decide.md) > [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)<!-- --><V>