Skip to main content

resolve() function

Signature:
export declare function resolve(value: unknown, options?: ResolveOptions): Promise<Manifest[]>;

Parameters

ParameterTypeDescription
valueunknown
optionsResolveOptions(Optional)
Returns:

Promise<Manifest[]>

Exceptions

ResolveError Thrown if an error occurred.

AggregateError 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.