This site uses cookies from Google to deliver its services and to analyze traffic.
Loading function for a Resource.
Resource
type ResourceLoader<T, R> = (param: ResourceLoaderParams<R>) => PromiseLike<T>