UNPKG

flux-action-class

Version:

Boilerplate free class-based action creator. Following flux-standard-action spec. Built with TypeScript.

21 lines 304 B
{ "check-coverage": true, "per-file": true, "lines": 95, "statements": 95, "functions": 95, "branches": 95, "extension": [ ".ts", ".tsx" ], "exclude": [ "dist/**.*", "**/*.d.ts", "**/*.test.ts" ], "reporter": [ "text" ], "all": true }