resolve() function
export declare function resolve(value: unknown, options?: ResolveOptions): Promise<Manifest[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| value | unknown | |
| options | ResolveOptions | (Optional) |
Promise<Manifest[]>
Exceptions
ResolveError Thrown if an error occurred.
Thrown if multiple errors occurred.
Remarks
The value can be an object, an array, a Promise, a function, an async function, an iterable, or an async iterable.