4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
if (typeof window !== "undefined") {
|
|
require("whatwg-fetch");
|
|
}
|
if (typeof window !== "undefined") {
|
|
require("whatwg-fetch");
|
|
}
|