2020-08-12 00:14:42 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2020-08-29 05:18:35 +00:00
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [resolveProject](./cautious-journey.resolveproject.md)
|
2020-08-12 00:14:42 +00:00
|
|
|
|
2020-08-29 05:18:35 +00:00
|
|
|
## resolveProject() function
|
2020-08-15 14:31:28 +00:00
|
|
|
|
2023-01-01 23:42:42 +00:00
|
|
|
TODO
|
|
|
|
|
2020-08-12 00:14:42 +00:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-29 05:18:35 +00:00
|
|
|
export declare function resolveProject(options: ResolveInput): ResolveResult;
|
2020-08-12 00:14:42 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-08-12 03:19:01 +00:00
|
|
|
| options | [ResolveInput](./cautious-journey.resolveinput.md) | |
|
2020-08-12 00:14:42 +00:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2020-08-12 03:19:01 +00:00
|
|
|
[ResolveResult](./cautious-journey.resolveresult.md)
|
2020-08-12 00:14:42 +00:00
|
|
|
|