method
$.ShellPromise.resolve
value: T
): Promise<Awaited<T>>;
Creates a new resolved promise for the provided value.
@param value
A promise.
@returns
A promise whose internal state matches the provided promise.
method
Creates a new resolved promise for the provided value.
A promise.
A promise whose internal state matches the provided promise.