Skip to main content
Module

x/putout/.nycrc.json

🐊Putout bundle to get things working in Deno and Browsers
Go to Latest
File
{ "check-coverage": true, "all": true, "exclude": [ "**/*.spec.*", "**/fixture", "test", ".*.*" ], "branches": 100, "lines": 100, "functions": 100, "statements": 100}