ts-events
Version:
Various EventEmitter event replacements with synchronous, a-synchronous, and queued events. Made in TypeScript so usable with JavaScript and TypeScript.
27 lines (26 loc) • 527 B
Plain Text
{
"statements": 97,
"branches": 88,
"functions": 98,
"lines": 96,
"all": true,
"include": [
"**/dist/lib/**/*"
],
"exclude": [
"**/dist/lib/index.js"
],
"exclude-after-remap": false,
"reporter": [
"lcov",
"text-summary"
],
"report-dir": "coverage",
"temp-directory": "out/test/.nyc_output",
"watermarks": {
"branches": [50, 80],
"functions": [50, 80],
"lines": [50, 80],
"statements": [50, 80]
}
}