25 lines
598 B
Markdown
25 lines
598 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [resolveProject](./cautious-journey.resolveproject.md)
|
|
|
|
## resolveProject() function
|
|
|
|
TODO
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare function resolveProject(options: ResolveInput): ResolveResult;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | [ResolveInput](./cautious-journey.resolveinput.md) | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
[ResolveResult](./cautious-journey.resolveresult.md)
|
|
|