tunnckoCore/find-callsite

View on GitHub
fixtures/main/native-errors.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

var natives = require('../xyz/natives')

module.exports = function nativeErrs () {
  return function native__ () {
    natives()
  }
}