UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

7 lines 99 B
module.exports = function(exec){ try { return !!exec(); } catch(e){ return true; } };