3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
import unfetch from '../src/index.mjs';
|
|
if (!self.fetch) self.fetch = unfetch;
|