@@ -1,7 +0,0 @@
|
||||
/**
|
||||
* Resolve a type into a flat POJO interface if it's been wrapped by generics.
|
||||
* https://gleasonator.com/@alex/posts/AWfK4hyppMDCqrT2y8
|
||||
*/
|
||||
type Resolve<T> = Pick<T, keyof T>;
|
||||
|
||||
export type { Resolve };
|
||||
@@ -19,7 +19,5 @@ const buildFullPath = (requestedURL: string, baseURL?: string, params?: Record<s
|
||||
};
|
||||
|
||||
export {
|
||||
isAbsoluteURL,
|
||||
combineURLs,
|
||||
buildFullPath,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user