UNPKG

@splitsoftware/splitio

Version:
6 lines (4 loc) 119 B
import unfetch from 'unfetch'; export function getFetch() { return typeof fetch === 'function' ? fetch : unfetch; }