UNPKG

@splitsoftware/splitio-browserjs

Version:
5 lines (4 loc) 156 B
// It doesn't return a ponyfill if global fetch is not available export function getFetch() { return typeof fetch === 'function' ? fetch : undefined; }