UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

14 lines 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFoxx = void 0; function isFoxx() { var is = false; try { var l = require('@arangodb/locals'); is = !!(l && l.context); } catch (e) { } return is; } exports.isFoxx = isFoxx; //# sourceMappingURL=environment.js.map