Package Exports
- help-stackoverflow
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (help-stackoverflow) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
help-stackoverflow
With this module, an uncaught exception is handled by opening a Stack Overflow website with search results from the error message.
Installation
npm install help-stackoverflowExample
require('help-stackoverflow');
function Buffalo(buffalo) { Buffalo(buffalo); }
function buffalo() { buffalo() }
Buffalo(buffalo());
// opens a Stack Overflow website