Skip to content

Documentation / @expofp/resolve / ResolveOptions

Interface: ResolveOptions ​

Properties ​

forceFetch? ​

ts
optional forceFetch?: boolean;

importCallback? ​

ts
optional importCallback?: (url) => void;

Callback invoked when a URL is fetched or imported.

Parameters ​

url ​

string

Returns ​

void


refCache? ​

ts
optional refCache?: Map<string, Promise<unknown>>;

signal? ​

ts
optional signal?: AbortSignal | null;