Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

actual-crash

addaleax53MIT1.0.3

Node.js native addon that just crashes

readme

actual-crash

NPM Version Build Status Windows

A native addon that crashes with a Segmentation fault. That’s it.

Install: npm install actual-crash

const crash = require('actual-crash');

crash();

License

MIT