UNPKG

@splitsoftware/splitio

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