checkLambdaInsightsVersion()

in index.js [80:86]


  checkLambdaInsightsVersion(value) {
    if (typeof value === 'number') {
      return value;
    } else {
      throw new Error('lambdaInsightsVersion version must be a number.');
    }
  }