UNPKG

dafit

Version:

Transform data to fit your structures

4 lines (3 loc) 87 B
export default function invariant(predicate, error) { if (!predicate) throw error; }