UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

13 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isThrowing(fn) { try { fn(); return false; } catch (_a) { return true; } } exports.isThrowing = isThrowing; //# sourceMappingURL=isThrowing.js.map