6 lines
64 B
TypeScript
6 lines
64 B
TypeScript
|
|
declare global {
|
||
|
|
type RequestInfo = string | URL
|
||
|
|
}
|
||
|
|
|
||
|
|
export {}
|