UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

14 lines (13 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isThrowing = void 0; function isThrowing(func) { try { func(); return false; } catch { return true; } } exports.isThrowing = isThrowing;