UNPKG

@ethicdevs/react-global-state-hooks-debugger

Version:

A small websocket based debugger for use with the react-global-state-hooks library

9 lines (8 loc) 141 B
export function testEnvReactNative(): boolean { try { import('react-native'); return true; } catch (_) { return false; } }