UNPKG

fluorine-lib

Version:

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

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