mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 03:04:42 +08:00
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
export function createRequest(url, requestOptions) {
|
|
return new Request(url, requestOptions);
|
|
}
|