UNPKG

fluorine-lib

Version:

Reactive state and side effect management for React using a single stream of actions

5 lines 100 B
export default function assert(invariant, msg) { if (!invariant) { throw new Error(msg); } }