UNPKG

analytics-react-native

Version:

A React Native client for [Segment](https://segment.com) — The hassle-free way to integrate analytics into any application.

11 lines (10 loc) 199 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = assert; function assert(condition, message) { if (!condition) { throw new Error(message); } }