UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

8 lines (6 loc) 165 B
export default function devAssert(condition, message) { var booleanCondition = Boolean(condition); if (!booleanCondition) { throw new Error(message); } }