static _isAsyncFunction()

in lib/client.js [105:107]


  static _isAsyncFunction(fn) {
      return fn.constructor.name === 'AsyncFunction';
  }