3 lines
65 B
JavaScript
3 lines
65 B
JavaScript
import unfetch from '..';
|
|
if (!self.fetch) self.fetch = unfetch;
|
import unfetch from '..';
|
|
if (!self.fetch) self.fetch = unfetch;
|