UNPKG

@0xsplits/splits-sdk-react

Version:

React wrapper for the 0xSplits SDK

14 lines 508 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSplitsClient = void 0; var getSplitsClient = function (context) { if (context === undefined) { throw new Error('Make sure to include <SplitsProvider>'); } if (context.splitsClient === undefined) { throw new Error('Make sure to initialize your config with useSplitsClient'); } return context.splitsClient; }; exports.getSplitsClient = getSplitsClient; //# sourceMappingURL=utils.js.map