UNPKG

wtfork

Version:

Subscribe to and publish events between parent and child node processes using the standard node event emitter api or call parent methods directly from the child process and vice versa.

14 lines (12 loc) 258 B
// Use this file as a starting point for your project's .eslintrc. // Copy this file, and add rule overrides as needed. { "extends": "airbnb", // for mocha "globals": { "describe": true, "it": true, "before": true, "after": true } }