UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

8 lines 154 B
export function isFoxx(){ let is = false try { let l = require('@arangodb/locals') is = !!(l && l.context) } catch(e){} return is }