UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

7 lines 256 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.isTestEnvironment = void 0; var isTestEnvironment = () => process.env.NODE_ENV === 'test'; exports.isTestEnvironment = isTestEnvironment; //# sourceMappingURL=isTestEnvironment.js.map